Class StudentRegBillUnconnectedRequest.StudentList
Inheritance
System.Object
StudentRegBillUnconnectedRequest.StudentList
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.StudentAccounts.Contracts.dll
Syntax
Constructors
StudentList()
Declaration
Properties
AdEnrollID
Declaration
public int AdEnrollID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AdTermID
Declaration
public int? AdTermID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
AdTermList
Declaration
public string AdTermList { get; set; }
Property Value
Type |
Description |
System.String |
|
ArBalance
Declaration
public decimal ArBalance { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Charges
Declaration
public decimal Charges { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
EstimatedFunding
Declaration
public decimal EstimatedFunding { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ExpStartDate
Declaration
public DateTime ExpStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
GradDate
Declaration
public DateTime GradDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
NameStudent
Declaration
public string NameStudent { get; set; }
Property Value
Type |
Description |
System.String |
|
PendingCharges
Declaration
public decimal PendingCharges { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PrintIdentifier
Declaration
public string PrintIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersion
Declaration
public string ProgramVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
SyCampusID
Declaration
public decimal SyCampusID { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
SyStudentID
Declaration
public int SyStudentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|