Class StudentAccountTransactionPaymentDescriptionDetail
Inheritance
System.Object
StudentAccountTransactionPaymentDescriptionDetail
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 StudentAccountTransactionPaymentDescriptionDetail
Constructors
StudentAccountTransactionPaymentDescriptionDetail()
Declaration
public StudentAccountTransactionPaymentDescriptionDetail()
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEditableWhenPostingTransaction
Declaration
public bool IsEditableWhenPostingTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAccountTransactionPaymentDescriptionId
Declaration
public int StudentAccountTransactionPaymentDescriptionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |