Class GeneralLedgerLinkAccountEntity
This class represents the EntityModel interface to the SaGLLink database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GeneralLedgerLinkAccountEntity : Entity, IIdentifiable, IAuditable
Constructors
GeneralLedgerLinkAccountEntity()
Declaration
public GeneralLedgerLinkAccountEntity()
Fields
BillingTransactionCodeProperty
The BillingTransactionCode property.
Declaration
public static readonly EntityProperty BillingTransactionCodeProperty
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 |
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 |
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 |
ProgramIdProperty
The ProgramId property.
Declaration
public static readonly EntityProperty ProgramIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RevenueAccountIndexProperty
The RevenueAccountIndex property.
Declaration
public static readonly EntityProperty RevenueAccountIndexProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RevenueAccountProperty
The RevenueAccount property.
Declaration
public static readonly EntityProperty RevenueAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RevenueCostAccountProperty
The RevenueCostAccount property.
Declaration
public static readonly EntityProperty RevenueCostAccountProperty
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
BillingTransactionCode
Gets or sets the BillingTransactionCode associated with this GeneralLedgerLinkAccountEntity.
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BillingTransactionCode. |
CampusId
Gets or sets the CampusId associated with this GeneralLedgerLinkAccountEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GeneralLedgerLinkAccountEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAccount
Gets or sets the CreditAccount associated with this GeneralLedgerLinkAccountEntity.
Declaration
public string CreditAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditAccount. |
CreditAccountIndex
Gets or sets the CreditAccountIndex associated with this GeneralLedgerLinkAccountEntity.
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 GeneralLedgerLinkAccountEntity.
Declaration
public string CreditCostAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditCostAccount. |
DebitAccount
Gets or sets the DebitAccount associated with this GeneralLedgerLinkAccountEntity.
Declaration
public string DebitAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitAccount. |
DebitAccountIndex
Gets or sets the DebitAccountIndex associated with this GeneralLedgerLinkAccountEntity.
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 GeneralLedgerLinkAccountEntity.
Declaration
public string DebitCostAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitCostAccount. |
Id
Gets or sets the Id associated with this GeneralLedgerLinkAccountEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JournalEntryId
Gets or sets the JournalEntryId associated with this GeneralLedgerLinkAccountEntity.
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 GeneralLedgerLinkAccountEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GeneralLedgerLinkAccountEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProgramId
Gets or sets the ProgramId associated with this GeneralLedgerLinkAccountEntity.
Declaration
public int? ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramId. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this GeneralLedgerLinkAccountEntity.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
RevenueAccount
Gets or sets the RevenueAccount associated with this GeneralLedgerLinkAccountEntity.
Declaration
public string RevenueAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RevenueAccount. |
RevenueAccountIndex
Gets or sets the RevenueAccountIndex associated with this GeneralLedgerLinkAccountEntity.
Declaration
public int? RevenueAccountIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RevenueAccountIndex. |
RevenueCostAccount
Gets or sets the RevenueCostAccount associated with this GeneralLedgerLinkAccountEntity.
Declaration
public string RevenueCostAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RevenueCostAccount. |
RowVersion
Gets or sets the RowVersion associated with this GeneralLedgerLinkAccountEntity.
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()