Class AchBatchFileEntity
This class represents the EntityModel interface to the SaACHBatch database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AchBatchFileEntity : Entity, IIdentifiable, IAuditable
Constructors
AchBatchFileEntity()
Declaration
public AchBatchFileEntity()
Fields
AchBatchFileSettingIdProperty
The AchBatchFileSettingId property.
Declaration
public static readonly EntityProperty AchBatchFileSettingIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BatchTypeProperty
The BatchType property.
Declaration
public static readonly EntityProperty BatchTypeProperty
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 |
ExportDateProperty
The ExportDate property.
Declaration
public static readonly EntityProperty ExportDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExportFileNameProperty
The ExportFileName property.
Declaration
public static readonly EntityProperty ExportFileNameProperty
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 |
ImmediateDestinationIdentifierProperty
The ImmediateDestinationIdentifier property.
Declaration
public static readonly EntityProperty ImmediateDestinationIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ImmediateDestinationNameProperty
The ImmediateDestinationName property.
Declaration
public static readonly EntityProperty ImmediateDestinationNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ImmediateOriginIdentifierProperty
The ImmediateOriginIdentifier property.
Declaration
public static readonly EntityProperty ImmediateOriginIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ImmediateOriginNameProperty
The ImmediateOriginName property.
Declaration
public static readonly EntityProperty ImmediateOriginNameProperty
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 |
OriginatingDfiProperty
The OriginatingDfi property.
Declaration
public static readonly EntityProperty OriginatingDfiProperty
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 |
Properties
AchBatchFileSettingId
Gets or sets the AchBatchFileSettingId associated with this AchBatchFileEntity.
Declaration
public int AchBatchFileSettingId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AchBatchFileSettingId. |
BatchType
Gets or sets the BatchType associated with this AchBatchFileEntity.
Declaration
public string BatchType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AchBatchFileEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExportDate
Gets or sets the ExportDate associated with this AchBatchFileEntity.
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 AchBatchFileEntity.
Declaration
public string ExportFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExportFileName. |
Id
Gets or sets the Id associated with this AchBatchFileEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImmediateDestinationIdentifier
Gets or sets the ImmediateDestinationIdentifier associated with this AchBatchFileEntity.
Declaration
public string ImmediateDestinationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateDestinationIdentifier. |
ImmediateDestinationName
Gets or sets the ImmediateDestinationName associated with this AchBatchFileEntity.
Declaration
public string ImmediateDestinationName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateDestinationName. |
ImmediateOriginIdentifier
Gets or sets the ImmediateOriginIdentifier associated with this AchBatchFileEntity.
Declaration
public string ImmediateOriginIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateOriginIdentifier. |
ImmediateOriginName
Gets or sets the ImmediateOriginName associated with this AchBatchFileEntity.
Declaration
public string ImmediateOriginName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateOriginName. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AchBatchFileEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AchBatchFileEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OriginatingDfi
Gets or sets the OriginatingDfi associated with this AchBatchFileEntity.
Declaration
public string OriginatingDfi { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OriginatingDfi. |
RowVersion
Gets or sets the RowVersion associated with this AchBatchFileEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()