Class SpeDisbursement
Inheritance
System.Object
SpeDisbursement
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.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SpeDisbursement
Constructors
SpeDisbursement()
Declaration
public SpeDisbursement()
Properties
AmountPackaged
Declaration
public decimal AmountPackaged { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
DisbursementNumber
Declaration
public int? DisbursementNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
FundSourceCode
Declaration
public string FundSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GrossAmount
Declaration
public decimal GrossAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProjectedScheduledDate
Declaration
public DateTime? ProjectedScheduledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ProjectedStatus
Declaration
public string ProjectedStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScheduledDate
Declaration
public DateTime? ScheduledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |