Class GetStudentAcademicYearPaymentPeriods
Inheritance
System.Object
GetStudentAcademicYearPaymentPeriods
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()
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetStudentAcademicYearPaymentPeriods
Constructors
GetStudentAcademicYearPaymentPeriods()
Declaration
public GetStudentAcademicYearPaymentPeriods()
Properties
AwardAmount
Gets AwardAmount.
Declaration
public string AwardAmount { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClockCredit
Gets ClockCredit.
Declaration
public string ClockCredit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Completed
Gets Completed.
Declaration
public bool? Completed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Credits
Gets Credits.
Declaration
public decimal? Credits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Custom
Gets Custom flag.
Declaration
public bool Custom { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
endDate
Gets endDate.
Declaration
public DateTime endDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FaStudentAidId
Gets FaStudentAidId.
Declaration
public int? FaStudentAidId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
FaStudentAYId
Gets FaStudentAYId.
Declaration
public int FaStudentAYId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FaStudentAYPaymentPeriodId
Gets FaStudentAYPaymentPeriodId.
Declaration
public int FaStudentAYPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FundSource
Gets FundSource.
Declaration
public string FundSource { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IWMilestone
Gets IWMilestone.
Declaration
public DateTime? IWMilestone { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ManualOverrideDate
Gets ManualOverrideDate.
Declaration
public bool ManualOverrideDate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NotEligibleForT4
Gets NotEligibleForT4.
Declaration
public bool NotEligibleForT4 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ScheduledComplete
Get ScheduledComplete.
Declaration
public bool ScheduledComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sequence
Get Sequence.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartDate
Gets StartDate.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UnitsMilestone
Gets UnitsMilestone.
Declaration
public DateTime? UnitsMilestone { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Weeks
Gets Weeks
Declaration
public decimal? Weeks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |