Class HopeData
Inheritance
System.Object
HopeData
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
Constructors
HopeData()
Declaration
Properties
AwardName
Declaration
public string AwardName { get; set; }
Property Value
Type |
Description |
System.String |
|
Datesched
Declaration
public DateTime? Datesched { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FafundSourceid
Declaration
public int? FafundSourceid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Filename
Declaration
public string Filename { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
FiscalYear
Declaration
public string FiscalYear { get; set; }
Property Value
Type |
Description |
System.String |
|
Gender
Declaration
public string Gender { get; set; }
Property Value
Type |
Description |
System.String |
|
GraduationDate
Declaration
public string GraduationDate { get; set; }
Property Value
Type |
Description |
System.String |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
MI
Declaration
public string MI { get; set; }
Property Value
Type |
Description |
System.String |
|
NetAmount
Declaration
public decimal? NetAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
ProgramDesc
Declaration
public string ProgramDesc { get; set; }
Property Value
Type |
Description |
System.String |
|
RecCount
Declaration
public int? RecCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ReportMsg
Declaration
public string ReportMsg { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatus
Declaration
public string SchoolStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
SSN
Declaration
public string SSN { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StuNum
Declaration
public string StuNum { get; set; }
Property Value
Type |
Description |
System.String |
|
SyStudentID
Declaration
public int? SyStudentID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
UserID
Declaration
public int? UserID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
varchar
Declaration
public string varchar { get; set; }
Property Value
Type |
Description |
System.String |
|
ZellMillerFlag
Declaration
public string ZellMillerFlag { get; set; }
Property Value
Type |
Description |
System.String |
|