Class EligibilityReviewDisbursement
Inheritance
System.Object
EligibilityReviewDisbursement
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.FinancialAid.Contracts.dll
Syntax
public class EligibilityReviewDisbursement
Constructors
EligibilityReviewDisbursement()
Declaration
public EligibilityReviewDisbursement()
Properties
AttRfmsPellId
Declaration
public string AttRfmsPellId { get; set; }
Property Value
Type |
Description |
System.String |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CertifiedDate
Declaration
public DateTime? CertifiedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FundSourceCode
Declaration
public string FundSourceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceName
Declaration
public string FundSourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
GridRowId
Declaration
public int GridRowId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsFirstTimeBorrower
Declaration
public bool IsFirstTimeBorrower { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LoanEndDate
Declaration
public DateTime? LoanEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
NetAmount
Declaration
public decimal NetAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ScheduledDisbursementDate
Declaration
public DateTime? ScheduledDisbursementDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ScheduleDisbursementId
Declaration
public int? ScheduleDisbursementId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SchoolStatusId
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentStatus
Declaration
public string StudentStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
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> |
|