Class StudentRegistrationBillRequest.StudentList
Inheritance
System.Object
StudentRegistrationBillRequest.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 |
|
AdEnrollIDConnect
Declaration
public int? AdEnrollIDConnect { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|
ExpectedFundingTermIdList
Declaration
public string ExpectedFundingTermIdList { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpStartDate
Declaration
public DateTime? ExpStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ExpStartDateConnect
Declaration
public DateTime? ExpStartDateConnect { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
GradDate
Declaration
public DateTime? GradDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
GradDateConnect
Declaration
public DateTime? GradDateConnect { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
NameStudent
Declaration
public string NameStudent { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentPeriodCode
Declaration
public string PaymentPeriodCode { 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 |
|
ProgramVersionConnect
Declaration
public string ProgramVersionConnect { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAcademicYearPaymentPeriodIdConnect
Declaration
public int? StudentAcademicYearPaymentPeriodIdConnect { 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 |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermGroupCode
Declaration
public string TermGroupCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermStudentGroupId
Declaration
public int? TermStudentGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|