Class AchBatchFileSettingEntity
This class represents the EntityModel interface to the SaACHConfig database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AchBatchFileSettingEntity : Entity, IIdentifiable, IAuditable
Constructors
AchBatchFileSettingEntity()
Declaration
public AchBatchFileSettingEntity()
Fields
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
FileNameProperty
The FileName property.
Declaration
public static readonly EntityProperty FileNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FolderNameProperty
The FolderName property.
Declaration
public static readonly EntityProperty FolderNameProperty
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 |
InitialBatchNumberProperty
The InitialBatchNumber property.
Declaration
public static readonly EntityProperty InitialBatchNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InitialTransactionNumberProperty
The InitialTransactionNumber property.
Declaration
public static readonly EntityProperty InitialTransactionNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsUsedForPaymentProperty
The IsUsedForPayment property.
Declaration
public static readonly EntityProperty IsUsedForPaymentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsUsedForRefundProperty
The IsUsedForRefund property.
Declaration
public static readonly EntityProperty IsUsedForRefundProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
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 |
StaffGroupIdProperty
The StaffGroupId property.
Declaration
public static readonly EntityProperty StaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AchBatchFileSettingCampusAssociationEntityList
Declaration
public List<AchBatchFileSettingCampusAssociationEntity> AchBatchFileSettingCampusAssociationEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AchBatchFileSettingCampusAssociationEntity> |
Code
Gets or sets the Code associated with this AchBatchFileSettingEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AchBatchFileSettingEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FileName
Gets or sets the FileName associated with this AchBatchFileSettingEntity.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileName. |
FolderName
Gets or sets the FolderName associated with this AchBatchFileSettingEntity.
Declaration
public string FolderName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FolderName. |
Id
Gets or sets the Id associated with this AchBatchFileSettingEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImmediateDestinationIdentifier
Gets or sets the ImmediateDestinationIdentifier associated with this AchBatchFileSettingEntity.
Declaration
public string ImmediateDestinationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateDestinationIdentifier. |
ImmediateDestinationName
Gets or sets the ImmediateDestinationName associated with this AchBatchFileSettingEntity.
Declaration
public string ImmediateDestinationName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateDestinationName. |
ImmediateOriginIdentifier
Gets or sets the ImmediateOriginIdentifier associated with this AchBatchFileSettingEntity.
Declaration
public string ImmediateOriginIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateOriginIdentifier. |
ImmediateOriginName
Gets or sets the ImmediateOriginName associated with this AchBatchFileSettingEntity.
Declaration
public string ImmediateOriginName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImmediateOriginName. |
InitialBatchNumber
Gets or sets the InitialBatchNumber associated with this AchBatchFileSettingEntity.
Declaration
public int? InitialBatchNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The InitialBatchNumber. |
InitialTransactionNumber
Gets or sets the InitialTransactionNumber associated with this AchBatchFileSettingEntity.
Declaration
public int? InitialTransactionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The InitialTransactionNumber. |
IsUsedForPayment
Gets or sets the IsUsedForPayment associated with this AchBatchFileSettingEntity.
Declaration
public bool? IsUsedForPayment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsUsedForPayment. |
IsUsedForRefund
Gets or sets the IsUsedForRefund associated with this AchBatchFileSettingEntity.
Declaration
public bool? IsUsedForRefund { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsUsedForRefund. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AchBatchFileSettingEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AchBatchFileSettingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this AchBatchFileSettingEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
OriginatingDfi
Gets or sets the OriginatingDfi associated with this AchBatchFileSettingEntity.
Declaration
public string OriginatingDfi { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OriginatingDfi. |
RowVersion
Gets or sets the RowVersion associated with this AchBatchFileSettingEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StaffGroupId
Gets or sets the StaffGroupId associated with this AchBatchFileSettingEntity.
Declaration
public int? StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffGroupId. |
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()