Class SevisFileTransmission
This class represents the EntityModel interface to the SySEVISBatch database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SevisFileTransmission
Constructors
SevisFileTransmission()
Declaration
public SevisFileTransmission()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SevisFileTransmission.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExportDate
Gets or sets the ExportDate associated with this SevisFileTransmission.
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 SevisFileTransmission.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileName. |
Id
Gets or sets the Id associated with this SevisFileTransmission.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImportDate
Gets or sets the ImportDate associated with this SevisFileTransmission.
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 SevisFileTransmission.
Declaration
public bool IsEv { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEv. |
LastModifiedDate
Gets or sets the LastModifiedDate associated with this SevisFileTransmission.
Declaration
public DateTime LastModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDate. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SevisFileTransmission.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ResultCode
Gets or sets the ResultCode associated with this SevisFileTransmission.
Declaration
public string ResultCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultCode. |
ResultMessage
Gets or sets the ResultMessage associated with this SevisFileTransmission.
Declaration
public string ResultMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultMessage. |
TransactionNumber
Gets or sets the TransactionNumber associated with this SevisFileTransmission.
Declaration
public string TransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionNumber. |
TransmissionDetails
Declaration
public virtual ICollection<SevisFileTransmissionDetail> TransmissionDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<SevisFileTransmissionDetail> |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |