Class NotSupportedList
Inheritance
System.Object
NotSupportedList
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 NotSupportedList
Constructors
NotSupportedList()
Declaration
public NotSupportedList()
Properties
CLNumber
Declaration
public string CLNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
ErrorMsg
Declaration
public string ErrorMsg { get; set; }
Property Value
Type |
Description |
System.String |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
importStatus
Declaration
public string importStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
LoanAmountrequested
Declaration
public decimal? LoanAmountrequested { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
LoanStatus
Declaration
public string LoanStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
LoanType
Declaration
public string LoanType { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Reason
Declaration
public string Reason { get; set; }
Property Value
Type |
Description |
System.String |
|
RecCode
Declaration
public string RecCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SSN
Declaration
public string SSN { get; set; }
Property Value
Type |
Description |
System.String |
|