Class NsldsGrant
Inheritance
System.Object
NsldsGrant
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 NsldsGrant
Constructors
NsldsGrant()
Declaration
public NsldsGrant()
Properties
AmountDisbursed
Declaration
public decimal? AmountDisbursed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
AmountScheduled
Declaration
public decimal? AmountScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
FaNsldsStudentId
Declaration
public int FaNsldsStudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
GrantType
Declaration
public string GrantType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsAeiFlag
Declaration
public bool IsAeiFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PriorPercentageDisbursed
Declaration
public decimal? PriorPercentageDisbursed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SchoolCode
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |