Class GeneralLedgerLinkRecord
Inheritance
System.Object
GeneralLedgerLinkRecord
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GeneralLedgerLinkRecord
Constructors
GeneralLedgerLinkRecord()
Declaration
public GeneralLedgerLinkRecord()
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditAccount
Declaration
public string CreditAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditAccountIndex
Declaration
public int? CreditAccountIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CreditCostAccount
Declaration
public string CreditCostAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
DebitAccount
Declaration
public string DebitAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
DebitAccountIndex
Declaration
public int? DebitAccountIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
DebitCostAccount
Declaration
public string DebitCostAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDeferEarning
Declaration
public bool IsDeferEarning { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramCode
Declaration
public string ProgramCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramId
Declaration
public int? ProgramId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ProgramName
Declaration
public string ProgramName { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionCode
Declaration
public string ProgramVersionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionId
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
RevenueAccount
Declaration
public string RevenueAccount { get; set; }
Property Value
Type |
Description |
System.String |
|
RevenueAccountIndex
Declaration
public int? RevenueAccountIndex { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
RevenueCostAccount
Declaration
public string RevenueCostAccount { get; set; }
Property Value
Type |
Description |
System.String |
|