Class SpePaymentPeriod
Inheritance
System.Object
SpePaymentPeriod
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 SpePaymentPeriod
Constructors
SpePaymentPeriod()
Declaration
public SpePaymentPeriod()
Properties
Disbursements
Declaration
public List<SpeDisbursement> Disbursements { get; set; }
Property Value
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 |
|
IsCompleted
Declaration
public bool IsCompleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEndDateLocked
Declaration
public bool IsEndDateLocked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsScheduledComplete
Declaration
public bool IsScheduledComplete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStartDateLocked
Declaration
public bool IsStartDateLocked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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> |
|