Class EstimateAidType
Inheritance
System.Object
EstimateAidType
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 EstimateAidType
Constructors
EstimateAidType()
Declaration
public EstimateAidType()
Properties
Grant
Declaration
public string Grant { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Loan
Declaration
public string Loan { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentPmtOrOther
Declaration
public string StudentPmtOrOther { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkStudy
Declaration
public string WorkStudy { get; set; }
Property Value
Type | Description |
---|---|
System.String |