Class Disbursements
Inheritance
System.Object
Disbursements
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 Disbursements
Constructors
Disbursements()
Declaration
Properties
AcadYearSequence
Declaration
public short AcadYearSequence { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
CLStatus
Declaration
public string CLStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
DateAdded
Declaration
public string DateAdded { get; set; }
Property Value
Type |
Description |
System.String |
|
DateLastModified
Declaration
public string DateLastModified { get; set; }
Property Value
Type |
Description |
System.String |
|
DateSched
Declaration
public string DateSched { get; set; }
Property Value
Type |
Description |
System.String |
|
DisbNum
Declaration
public int? DisbNum { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
FaSchedId
Declaration
public int FaSchedId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GrossAmount
Declaration
public decimal GrossAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
InterestAmount
Declaration
public decimal InterestAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
NetAmount
Declaration
public decimal NetAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PaymentPeriodSequence
Declaration
public int PaymentPeriodSequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PricipalAmount
Declaration
public decimal PricipalAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ScheduleDisbursementId
Declaration
public int ScheduleDisbursementId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAYId
Declaration
public int? StudentAYId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAyPaymentPeriodId
Declaration
public int? StudentAyPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
UserId
Declaration
public decimal UserId { get; set; }
Property Value
Type |
Description |
System.Decimal |
|