Class SevisFileTransmissionEntity
This class represents the EntityModel interface to the SySEVISBatch database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SevisFileTransmissionEntity : Entity, IIdentifiable
Constructors
SevisFileTransmissionEntity()
Declaration
public SevisFileTransmissionEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExportDateProperty
The ExportDate property.
Declaration
public static readonly EntityProperty ExportDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FileNameProperty
The FileName property.
Declaration
public static readonly EntityProperty FileNameProperty
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 |
ImportDateProperty
The ImportDate property.
Declaration
public static readonly EntityProperty ImportDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsEvProperty
The IsEv property.
Declaration
public static readonly EntityProperty IsEvProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateProperty
The LastModifiedDate property.
Declaration
public static readonly EntityProperty LastModifiedDateProperty
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 |
ResultCodeProperty
The ResultCode property.
Declaration
public static readonly EntityProperty ResultCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResultMessageProperty
The ResultMessage property.
Declaration
public static readonly EntityProperty ResultMessageProperty
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 |
TransactionNumberProperty
The TransactionNumber property.
Declaration
public static readonly EntityProperty TransactionNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransmissionDetailsProperty
The TransmissionDetails property.
Declaration
public static readonly EntityProperty TransmissionDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SevisFileTransmissionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExportDate
Gets or sets the ExportDate associated with this SevisFileTransmissionEntity.
Declaration
public DateTime? ExportDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExportDate. |
FileName
Gets or sets the FileName associated with this SevisFileTransmissionEntity.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileName. |
Id
Gets or sets the Id associated with this SevisFileTransmissionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImportDate
Gets or sets the ImportDate associated with this SevisFileTransmissionEntity.
Declaration
public DateTime? ImportDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ImportDate. |
IsEv
Gets or sets the IsEv associated with this SevisFileTransmissionEntity.
Declaration
public bool IsEv { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEv. |
LastModifiedDate
Gets or sets the LastModifiedDate associated with this SevisFileTransmissionEntity.
Declaration
public DateTime LastModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDate. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SevisFileTransmissionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ResultCode
Gets or sets the ResultCode associated with this SevisFileTransmissionEntity.
Declaration
public string ResultCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultCode. |
ResultMessage
Gets or sets the ResultMessage associated with this SevisFileTransmissionEntity.
Declaration
public string ResultMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultMessage. |
RowVersion
Gets or sets the RowVersion associated with this SevisFileTransmissionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TransactionNumber
Gets or sets the TransactionNumber associated with this SevisFileTransmissionEntity.
Declaration
public string TransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionNumber. |
TransmissionDetails
Declaration
public virtual EntityCollection<SevisFileTransmissionDetailEntity> TransmissionDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<SevisFileTransmissionDetailEntity> |
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()