Class UpdateScheduledDisbursement
Inheritance
System.Object
UpdateScheduledDisbursement
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 UpdateScheduledDisbursement
Constructors
UpdateScheduledDisbursement()
Declaration
public UpdateScheduledDisbursement()
Properties
AcademicYearSequence
Declaration
public int? AcademicYearSequence { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
FundSource
Declaration
public string FundSource { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
GrossAmount
Declaration
public decimal GrossAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsContinueForDateWithinLoanPaymentPeriod
Declaration
public bool IsContinueForDateWithinLoanPaymentPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsContinueForDateWithinPaymentPeriod
Declaration
public bool IsContinueForDateWithinPaymentPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsContinueForDisbursementWithinPaymentPeriod
Declaration
public bool IsContinueForDisbursementWithinPaymentPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTitle4
Declaration
public bool IsTitle4 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsUseLoanPeriod
Declaration
public bool IsUseLoanPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsUsePaymentPeriod
Declaration
public bool IsUsePaymentPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LoanPaymentPeriodSequence
Declaration
public int? LoanPaymentPeriodSequence { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
LoanPeriodSequence
Declaration
public int? LoanPeriodSequence { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PaymentPeriodSequence
Declaration
public int? PaymentPeriodSequence { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ScheduledDate
Declaration
public DateTime? ScheduledDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAcademicYearId
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAcademicYearLoanPaymentPeriodId
Declaration
public int? StudentAcademicYearLoanPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAwardId
Declaration
public int StudentAwardId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentLoanPeriodId
Declaration
public int? StudentLoanPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|