Class AchBatchFileNotificiationChangeCodeEntity
This class represents the EntityModel interface to the SaACHNOCCode database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AchBatchFileNotificiationChangeCodeEntity : Entity, IIdentifiable
Constructors
AchBatchFileNotificiationChangeCodeEntity()
Declaration
public AchBatchFileNotificiationChangeCodeEntity()
Fields
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
IsCorrectionAppliedProperty
The IsCorrectionApplied property.
Declaration
public static readonly EntityProperty IsCorrectionAppliedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDfiAccountNumberUpdatedProperty
The IsDfiAccountNumberUpdated property.
Declaration
public static readonly EntityProperty IsDfiAccountNumberUpdatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRoutingNumberUpdatedProperty
The IsRoutingNumberUpdated property.
Declaration
public static readonly EntityProperty IsRoutingNumberUpdatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTransactionCodeUpdatedProperty
The IsTransactionCodeUpdated property.
Declaration
public static readonly EntityProperty IsTransactionCodeUpdatedProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Code
Gets or sets the Code associated with this AchBatchFileNotificiationChangeCodeEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
Id
Gets or sets the Id associated with this AchBatchFileNotificiationChangeCodeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCorrectionApplied
Gets or sets the IsCorrectionApplied associated with this AchBatchFileNotificiationChangeCodeEntity.
Declaration
public bool IsCorrectionApplied { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCorrectionApplied. |
IsDfiAccountNumberUpdated
Gets or sets the IsDfiAccountNumberUpdated associated with this AchBatchFileNotificiationChangeCodeEntity.
Declaration
public bool? IsDfiAccountNumberUpdated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsDfiAccountNumberUpdated. |
IsRoutingNumberUpdated
Gets or sets the IsRoutingNumberUpdated associated with this AchBatchFileNotificiationChangeCodeEntity.
Declaration
public bool? IsRoutingNumberUpdated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsRoutingNumberUpdated. |
IsTransactionCodeUpdated
Gets or sets the IsTransactionCodeUpdated associated with this AchBatchFileNotificiationChangeCodeEntity.
Declaration
public bool? IsTransactionCodeUpdated { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsTransactionCodeUpdated. |
Name
Gets or sets the Name associated with this AchBatchFileNotificiationChangeCodeEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
RowVersion
Gets or sets the RowVersion associated with this AchBatchFileNotificiationChangeCodeEntity.
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()