Class FaGlTransactionEntity
This class represents the EntityModel interface to the FaGLDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaGlTransactionEntity : Entity, IIdentifiable, IAuditable
Constructors
FaGlTransactionEntity()
Declaration
public FaGlTransactionEntity()
Fields
AwardYearProperty
The AwardYear property.
Declaration
public static readonly EntityProperty AwardYearProperty
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 |
CheckDateProperty
The CheckDate property.
Declaration
public static readonly EntityProperty CheckDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CheckNumberProperty
The CheckNumber property.
Declaration
public static readonly EntityProperty CheckNumberProperty
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 |
CreditAmountProperty
The CreditAmount property.
Declaration
public static readonly EntityProperty CreditAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DebitAmountProperty
The DebitAmount property.
Declaration
public static readonly EntityProperty DebitAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisbursementBatchIdProperty
The DisbursementBatchId property.
Declaration
public static readonly EntityProperty DisbursementBatchIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaGlAccountIdProperty
The FaGlAccountId property.
Declaration
public static readonly EntityProperty FaGlAccountIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaGlFundIdProperty
The FaGlFundId property.
Declaration
public static readonly EntityProperty FaGlFundIdProperty
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 |
IsCheckPrintedProperty
The IsCheckPrinted property.
Declaration
public static readonly EntityProperty IsCheckPrintedProperty
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 |
PaidDisbursementIdProperty
The PaidDisbursementId property.
Declaration
public static readonly EntityProperty PaidDisbursementIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReferenceProperty
The Reference property.
Declaration
public static readonly EntityProperty ReferenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RefundIdProperty
The RefundId property.
Declaration
public static readonly EntityProperty RefundIdProperty
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 |
SchoolIdentifierProperty
The SchoolIdentifier property.
Declaration
public static readonly EntityProperty SchoolIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SourceProperty
The Source property.
Declaration
public static readonly EntityProperty SourceProperty
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 |
Properties
AwardYear
Gets or sets the AwardYear associated with this FaGlTransactionEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CampusId
Gets or sets the CampusId associated with this FaGlTransactionEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CheckDate
Gets or sets the CheckDate associated with this FaGlTransactionEntity.
Declaration
public DateTime? CheckDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CheckDate. |
CheckNumber
Gets or sets the CheckNumber associated with this FaGlTransactionEntity.
Declaration
public string CheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CheckNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaGlTransactionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAccount
Declaration
public string CreditAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreditAmount
Gets or sets the CreditAmount associated with this FaGlTransactionEntity.
Declaration
public decimal CreditAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditAmount. |
DebitAccount
Declaration
public string DebitAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DebitAmount
Gets or sets the DebitAmount associated with this FaGlTransactionEntity.
Declaration
public decimal DebitAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DebitAmount. |
Description
Gets or sets the Description associated with this FaGlTransactionEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
DisbursementBatchId
Gets or sets the DisbursementBatchId associated with this FaGlTransactionEntity.
Declaration
public int? DisbursementBatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisbursementBatchId. |
FaGlAccountId
Gets or sets the FaGlAccountId associated with this FaGlTransactionEntity.
Declaration
public int? FaGlAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaGlAccountId. |
FaGlFundId
Gets or sets the FaGlFundId associated with this FaGlTransactionEntity.
Declaration
public int FaGlFundId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaGlFundId. |
Id
Gets or sets the Id associated with this FaGlTransactionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCheckPrinted
Gets or sets the IsCheckPrinted associated with this FaGlTransactionEntity.
Declaration
public bool IsCheckPrinted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCheckPrinted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaGlTransactionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaGlTransactionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PaidDisbursementId
Gets or sets the PaidDisbursementId associated with this FaGlTransactionEntity.
Declaration
public int? PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PaidDisbursementId. |
Reference
Gets or sets the Reference associated with this FaGlTransactionEntity.
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Reference. |
RefundId
Gets or sets the RefundId associated with this FaGlTransactionEntity.
Declaration
public int? RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RefundId. |
RowVersion
Gets or sets the RowVersion associated with this FaGlTransactionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolIdentifier
Gets or sets the SchoolIdentifier associated with this FaGlTransactionEntity.
Declaration
public string SchoolIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolIdentifier. |
Source
Gets or sets the Source associated with this FaGlTransactionEntity.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
TransactionAmount
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
TransactionDate
Gets or sets the TransactionDate associated with this FaGlTransactionEntity.
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The TransactionDate. |
TransactionType
Declaration
public string TransactionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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()