Class BursaryGeneralLedgerAccount
Inheritance
System.Object
BursaryGeneralLedgerAccount
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()
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryGeneralLedgerAccount
Constructors
BursaryGeneralLedgerAccount()
Declaration
public BursaryGeneralLedgerAccount()
Properties
BudgetAccount
Declaration
public string BudgetAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BursaryAttributeId
Declaration
public int BursaryAttributeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BursaryId
Declaration
public int BursaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CreditAccount
Declaration
public string CreditAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DebitAccount
Declaration
public string DebitAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntityState
Declaration
public int? EntityState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |