Class StudentAwardList
Inheritance
System.Object
StudentAwardList
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 StudentAwardList
Constructors
StudentAwardList()
Declaration
public StudentAwardList()
Properties
AmountPackaged
Declaration
public decimal AmountPackaged { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
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 |
|
DateLoanEnd
Declaration
public DateTime? DateLoanEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DateLoanStart
Declaration
public DateTime? DateLoanStart { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DisabledFundSource
Declaration
public int DisabledFundSource { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Efc
Declaration
public int Efc { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EnrollmentStatus
Declaration
public string EnrollmentStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
EstimatedEfc
Declaration
public decimal EstimatedEfc { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
EstimatedEnrollmentStatus
Declaration
public string EstimatedEnrollmentStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpectedStartDate
Declaration
public DateTime? ExpectedStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FundSource
Declaration
public string FundSource { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceDeactive
Declaration
public int FundSourceDeactive { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceDescription
Declaration
public string FundSourceDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GlfundId
Declaration
public int GlfundId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsirVerificationRequired
Declaration
public int IsirVerificationRequired { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersion
Declaration
public string ProgramVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StatusCode
Declaration
public string StatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
StatusDescription
Declaration
public string StatusDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAidId
Declaration
public int StudentAidId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentFirstName
Declaration
public string StudentFirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentLastName
Declaration
public string StudentLastName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentOnFaHold
Declaration
public int StudentOnFaHold { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
VerifStatus
Declaration
public string VerifStatus { get; set; }
Property Value
Type |
Description |
System.String |
|