Class SpeAcademicYearLoanPeriod
Inheritance
System.Object
SpeAcademicYearLoanPeriod
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 SpeAcademicYearLoanPeriod
Constructors
SpeAcademicYearLoanPeriod()
Declaration
public SpeAcademicYearLoanPeriod()
Properties
BbAyEndDate
Declaration
public DateTime? BbAyEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
BbAyStartDate
Declaration
public DateTime? BbAyStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsEndDateLocked
Declaration
public bool IsEndDateLocked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStartDateLocked
Declaration
public bool IsStartDateLocked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PaymentPeriods
Declaration
public List<SpePaymentPeriod> PaymentPeriods { get; set; }
Property Value
ProjectedBbAyEndDate
Declaration
public DateTime? ProjectedBbAyEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ProjectedBbAyStartDate
Declaration
public DateTime? ProjectedBbAyStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ProjectedEndDate
Declaration
public DateTime? ProjectedEndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ProjectedStartDate
Declaration
public DateTime? ProjectedStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Sequence
Declaration
public int Sequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|