Class DynamicsGlReleaseErrorEntity
This class represents the EntityModel interface to the SaDynamicsErrorLog database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DynamicsGlReleaseErrorEntity : Entity, IIdentifiable, IAuditable
Constructors
DynamicsGlReleaseErrorEntity()
Declaration
public DynamicsGlReleaseErrorEntity()
Fields
AxErrorLogIdProperty
The AxErrorLogId property.
Declaration
public static readonly EntityProperty AxErrorLogIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BankDepositIdProperty
The BankDepositId property.
Declaration
public static readonly EntityProperty BankDepositIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
DynamicsGlReleaseLogIdProperty
The DynamicsGlReleaseLogId property.
Declaration
public static readonly EntityProperty DynamicsGlReleaseLogIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FiscalYearProperty
The FiscalYear property.
Declaration
public static readonly EntityProperty FiscalYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FunctionalAreaProperty
The FunctionalArea property.
Declaration
public static readonly EntityProperty FunctionalAreaProperty
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 |
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 |
LedgerProperty
The Ledger property.
Declaration
public static readonly EntityProperty LedgerProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MiscellaneousCashReceiptIdProperty
The MiscellaneousCashReceiptId property.
Declaration
public static readonly EntityProperty MiscellaneousCashReceiptIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReasonProperty
The Reason property.
Declaration
public static readonly EntityProperty ReasonProperty
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 |
SourceCodeProperty
The SourceCode property.
Declaration
public static readonly EntityProperty SourceCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SourceTableProperty
The SourceTable property.
Declaration
public static readonly EntityProperty SourceTableProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAccountTransactionAdjustmentIdProperty
The StudentAccountTransactionAdjustmentId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionAdjustmentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAccountTransactionIdProperty
The StudentAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRevenueDetailIdProperty
The StudentRevenueDetailId property.
Declaration
public static readonly EntityProperty StudentRevenueDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentSubsidiaryAccountAdjustmentIdProperty
The StudentSubsidiaryAccountAdjustmentId property.
Declaration
public static readonly EntityProperty StudentSubsidiaryAccountAdjustmentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentSubsidiaryAccountTransactionIdProperty
The StudentSubsidiaryAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentSubsidiaryAccountTransactionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionDateProperty
The TransactionDate property.
Declaration
public static readonly EntityProperty TransactionDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionTypeProperty
The TransactionType property.
Declaration
public static readonly EntityProperty TransactionTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AxErrorLogId
Gets or sets the AxErrorLogId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int? AxErrorLogId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AxErrorLogId. |
BankDepositId
Gets or sets the BankDepositId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int? BankDepositId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankDepositId. |
CampusId
Gets or sets the CampusId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DynamicsGlReleaseErrorEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DynamicsGlReleaseLogId
Gets or sets the DynamicsGlReleaseLogId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int? DynamicsGlReleaseLogId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DynamicsGlReleaseLogId. |
FiscalYear
Gets or sets the FiscalYear associated with this DynamicsGlReleaseErrorEntity.
Declaration
public string FiscalYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FiscalYear. |
FunctionalArea
Gets or sets the FunctionalArea associated with this DynamicsGlReleaseErrorEntity.
Declaration
public string FunctionalArea { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FunctionalArea. |
Id
Gets or sets the Id associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DynamicsGlReleaseErrorEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Ledger
Gets or sets the Ledger associated with this DynamicsGlReleaseErrorEntity.
Declaration
public string Ledger { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ledger. |
MiscellaneousCashReceiptId
Gets or sets the MiscellaneousCashReceiptId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int? MiscellaneousCashReceiptId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MiscellaneousCashReceiptId. |
Note
Gets or sets the Note associated with this DynamicsGlReleaseErrorEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Reason
Gets or sets the Reason associated with this DynamicsGlReleaseErrorEntity.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reason. |
RowVersion
Gets or sets the RowVersion associated with this DynamicsGlReleaseErrorEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SourceCode
Gets or sets the SourceCode associated with this DynamicsGlReleaseErrorEntity.
Declaration
public string SourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceCode. |
SourceTable
Gets or sets the SourceTable associated with this DynamicsGlReleaseErrorEntity.
Declaration
public string SourceTable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceTable. |
StudentAccountTransactionAdjustmentId
Gets or sets the StudentAccountTransactionAdjustmentId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int? StudentAccountTransactionAdjustmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionAdjustmentId. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionId. |
StudentId
Gets or sets the StudentId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentRevenueDetailId
Gets or sets the StudentRevenueDetailId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int? StudentRevenueDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRevenueDetailId. |
StudentSubsidiaryAccountAdjustmentId
Gets or sets the StudentSubsidiaryAccountAdjustmentId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int? StudentSubsidiaryAccountAdjustmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentSubsidiaryAccountAdjustmentId. |
StudentSubsidiaryAccountTransactionId
Gets or sets the StudentSubsidiaryAccountTransactionId associated with this DynamicsGlReleaseErrorEntity.
Declaration
public int? StudentSubsidiaryAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentSubsidiaryAccountTransactionId. |
TransactionDate
Gets or sets the TransactionDate associated with this DynamicsGlReleaseErrorEntity.
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The TransactionDate. |
TransactionType
Gets or sets the TransactionType associated with this DynamicsGlReleaseErrorEntity.
Declaration
public string TransactionType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionType. |
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()