Class NsldsLoan
Inheritance
System.Object
NsldsLoan
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
NsldsLoan()
Declaration
Properties
AmountDisbursed
Declaration
public decimal? AmountDisbursed { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
AmountScheduled
Declaration
public decimal? AmountScheduled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
BeginDate
Declaration
public DateTime? BeginDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DisplayOverlap
Declaration
public string DisplayOverlap { get; set; }
Property Value
Type |
Description |
System.String |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ExistingOverlappingAwardYaer
Declaration
public string ExistingOverlappingAwardYaer { get; set; }
Property Value
Type |
Description |
System.String |
|
ExistingOverlappingEnrollment
Declaration
public string ExistingOverlappingEnrollment { get; set; }
Property Value
Type |
Description |
System.String |
|
ExistingOverlappingPeriod
Declaration
public string ExistingOverlappingPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
FaNsldsStudentId
Declaration
public int FaNsldsStudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GradeLevel
Declaration
public string GradeLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
GrantType
Declaration
public string GrantType { get; set; }
Property Value
Type |
Description |
System.String |
|
NumberWeeksInPreviousAcademicYear
Declaration
public double NumberWeeksInPreviousAcademicYear { get; set; }
Property Value
Type |
Description |
System.Double |
|
OriginalAmountDisbursed
Declaration
public decimal? OriginalAmountDisbursed { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
OriginalBeginDate
Declaration
public DateTime? OriginalBeginDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
OriginalEndDate
Declaration
public DateTime? OriginalEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
OriginalGradeLevel
Declaration
public string OriginalGradeLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
Overlap
Declaration
public string Overlap { get; set; }
Property Value
Type |
Description |
System.String |
|
OverlapPeriodEndDate
Declaration
public DateTime? OverlapPeriodEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
OverlapPeriodStartDate
Declaration
public DateTime? OverlapPeriodStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StubUnits
Declaration
public decimal? StubUnits { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
StubWeeks
Declaration
public int? StubWeeks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|