Class SevisFileTransmissionDetailEntity
This class represents the EntityModel interface to the SySEVISBatchDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SevisFileTransmissionDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
SevisFileTransmissionDetailEntity()
Declaration
public SevisFileTransmissionDetailEntity()
Fields
ActionCodeProperty
The ActionCode property.
Declaration
public static readonly EntityProperty ActionCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BarCodeFileProperty
The BarCodeFile property.
Declaration
public static readonly EntityProperty BarCodeFileProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProcessedDateProperty
The ProcessedDate property.
Declaration
public static readonly EntityProperty ProcessedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProcessingResultsProperty
The ProcessingResults property.
Declaration
public static readonly EntityProperty ProcessingResultsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowNumberProperty
The RowNumber property.
Declaration
public static readonly EntityProperty RowNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SevisFileTransmissionIdProperty
The SevisFileTransmissionId property.
Declaration
public static readonly EntityProperty SevisFileTransmissionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ActionCode
Gets or sets the ActionCode associated with this SevisFileTransmissionDetailEntity.
Declaration
public string ActionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ActionCode. |
BarCodeFile
Gets or sets the BarCodeFile associated with this SevisFileTransmissionDetailEntity.
Declaration
public string BarCodeFile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BarCodeFile. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SevisFileTransmissionDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this SevisFileTransmissionDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SevisFileTransmissionDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SevisFileTransmissionDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProcessedDate
Gets or sets the ProcessedDate associated with this SevisFileTransmissionDetailEntity.
Declaration
public DateTime? ProcessedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ProcessedDate. |
ProcessingResults
Declaration
public virtual EntityCollection<SevisFileTransmissionDetailResultEntity> ProcessingResults { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<SevisFileTransmissionDetailResultEntity> |
RowNumber
Gets or sets the RowNumber associated with this SevisFileTransmissionDetailEntity.
Declaration
public int? RowNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RowNumber. |
RowVersion
Gets or sets the RowVersion associated with this SevisFileTransmissionDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SevisFileTransmissionId
Gets or sets the SevisFileTransmissionId associated with this SevisFileTransmissionDetailEntity.
Declaration
public int SevisFileTransmissionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SevisFileTransmissionId. |
StudentId
Gets or sets the StudentId associated with this SevisFileTransmissionDetailEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()