Class AchBatchFile
This class represents the EntityModel interface to the SaACHBatch database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AchBatchFile
Constructors
AchBatchFile()
Declaration
public AchBatchFile()
Properties
AchBatchFileSetting
Declaration
public virtual AchBatchFileSetting AchBatchFileSetting { get; set; }
Property Value
Type | Description |
---|---|
AchBatchFileSetting |
AchBatchFileSettingId
Gets or sets the AchBatchFileSettingId associated with this AchBatchFile.
Declaration
public int AchBatchFileSettingId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AchBatchFileSettingId. |
BatchType
Gets or sets the BatchType associated with this AchBatchFile.
Declaration
public string BatchType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AchBatchFile.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExportDate
Gets or sets the ExportDate associated with this AchBatchFile.
Declaration
public DateTime? ExportDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExportDate. |
ExportFileName
Gets or sets the ExportFileName associated with this AchBatchFile.
Declaration
public string ExportFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExportFileName. |
Id
Gets or sets the Id associated with this AchBatchFile.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImmediateDestinationIdentifier
Gets or sets the ImmediateDestinationIdentifier associated with this AchBatchFile.
Declaration
public string ImmediateDestinationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateDestinationIdentifier. |
ImmediateDestinationName
Gets or sets the ImmediateDestinationName associated with this AchBatchFile.
Declaration
public string ImmediateDestinationName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateDestinationName. |
ImmediateOriginIdentifier
Gets or sets the ImmediateOriginIdentifier associated with this AchBatchFile.
Declaration
public string ImmediateOriginIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateOriginIdentifier. |
ImmediateOriginName
Gets or sets the ImmediateOriginName associated with this AchBatchFile.
Declaration
public string ImmediateOriginName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateOriginName. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AchBatchFile.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AchBatchFile.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OriginatingDfi
Gets or sets the OriginatingDfi associated with this AchBatchFile.
Declaration
public string OriginatingDfi { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OriginatingDfi. |
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. |