Class CommonLineResult
Inheritance
System.Object
CommonLineResult
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 CommonLineResult
Constructors
CommonLineResult()
Declaration
public CommonLineResult()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
BatchID
Declaration
public string BatchID { get; set; }
Property Value
Type |
Description |
System.String |
|
Campus
Declaration
public string Campus { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusCode
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CommonLineLoanID
Declaration
public string CommonLineLoanID { get; set; }
Property Value
Type |
Description |
System.String |
|
CommonLineRecipientID
Declaration
public int CommonLineRecipientID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DateLoanEnd
Declaration
public DateTime? DateLoanEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DateLoanStart
Declaration
public DateTime? DateLoanStart { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DisburseDate
Declaration
public DateTime DisburseDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DisburseGrossAmount
Declaration
public decimal DisburseGrossAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
DisburseNetAmount
Declaration
public decimal DisburseNetAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
EmailAddress
Declaration
public string EmailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
EmailRequested
Declaration
public string EmailRequested { get; set; }
Property Value
Type |
Description |
System.String |
|
FailureLevel
Declaration
public string FailureLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSource
Declaration
public string FundSource { get; set; }
Property Value
Type |
Description |
System.String |
|
Guarantor
Declaration
public string Guarantor { get; set; }
Property Value
Type |
Description |
System.String |
|
GuarantorCode
Declaration
public string GuarantorCode { get; set; }
Property Value
Type |
Description |
System.String |
|
IsPassed
Declaration
public bool IsPassed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Lender
Declaration
public string Lender { get; set; }
Property Value
Type |
Description |
System.String |
|
LenderCode
Declaration
public string LenderCode { get; set; }
Property Value
Type |
Description |
System.String |
|
LoanAmount
Declaration
public decimal? LoanAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
LoanPeriod
Declaration
public int LoanPeriod { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Reason
Declaration
public List<string> Reason { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Recipient
Declaration
public string Recipient { get; set; }
Property Value
Type |
Description |
System.String |
|
RefundAmount
Declaration
public decimal RefundAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public string StudentId { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
SyStudentID
Declaration
public string SyStudentID { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|