Inheritance
System.Object
HopeExtractData
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
public class HopeExtractData
Constructors
Declaration
Properties
Declaration
public string Address { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int AdEnrollID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Campus { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool Correction { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string DependencyStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime? DOB { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public decimal EnrolledHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public string Filename { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Gender { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int GradeLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int HopeDataID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public decimal Hours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public string HSGradDate { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int ISIRID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public decimal LearningSupportHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public string MI { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PellEligibility { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Scholarshiptype { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SchoolCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? SelectiveService { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string SSN { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string StudentID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int SyCampusID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int SyStudentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Term { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public decimal TotalHrs { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public decimal TuitionAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public string ZIPCode { get; set; }
Property Value
Type |
Description |
System.String |
|