Class FundSourceGeneralLedgerAccountEntity
This class represents the EntityModel interface to the FaFundSourceGLAcct database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FundSourceGeneralLedgerAccountEntity : Entity, IIdentifiable, IAuditable
Constructors
FundSourceGeneralLedgerAccountEntity()
Declaration
public FundSourceGeneralLedgerAccountEntity()
Fields
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 |
CreditAccountIndexProperty
The CreditAccountIndex property.
Declaration
public static readonly EntityProperty CreditAccountIndexProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditAccountProperty
The CreditAccount property.
Declaration
public static readonly EntityProperty CreditAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditCostAccountProperty
The CreditCostAccount property.
Declaration
public static readonly EntityProperty CreditCostAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DebitAccountIndexProperty
The DebitAccountIndex property.
Declaration
public static readonly EntityProperty DebitAccountIndexProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DebitAccountProperty
The DebitAccount property.
Declaration
public static readonly EntityProperty DebitAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DebitCostAccountProperty
The DebitCostAccount property.
Declaration
public static readonly EntityProperty DebitCostAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceGeneralStatusNotReady
Declaration
public static readonly string FundSourceGeneralStatusNotReady
Field Value
Type | Description |
---|---|
System.String |
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
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 |
JournalEntryIdProperty
The JournalEntryId property.
Declaration
public static readonly EntityProperty JournalEntryIdProperty
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 |
ReturnMethodProperty
The ReturnMethod property.
Declaration
public static readonly EntityProperty ReturnMethodProperty
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 |
TransactionTypeProperty
The TransactionType property.
Declaration
public static readonly EntityProperty TransactionTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionTypeRefund
Declaration
public static readonly string TransactionTypeRefund
Field Value
Type | Description |
---|---|
System.String |
Properties
CampusId
Gets or sets the CampusId associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAccount
Gets or sets the CreditAccount associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public string CreditAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditAccount. |
CreditAccountIndex
Gets or sets the CreditAccountIndex associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public int? CreditAccountIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CreditAccountIndex. |
CreditCostAccount
Gets or sets the CreditCostAccount associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public string CreditCostAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCostAccount. |
DebitAccount
Gets or sets the DebitAccount associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public string DebitAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitAccount. |
DebitAccountIndex
Gets or sets the DebitAccountIndex associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public int? DebitAccountIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DebitAccountIndex. |
DebitCostAccount
Gets or sets the DebitCostAccount associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public string DebitCostAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitCostAccount. |
FundSourceId
Gets or sets the FundSourceId associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
Id
Gets or sets the Id associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JournalEntryId
Gets or sets the JournalEntryId associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public int? JournalEntryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The JournalEntryId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ReturnMethod
Gets or sets the ReturnMethod associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public string ReturnMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReturnMethod. |
RowVersion
Gets or sets the RowVersion associated with this FundSourceGeneralLedgerAccountEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TransactionType
Gets or sets the TransactionType associated with this FundSourceGeneralLedgerAccountEntity.
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()