Class StudentUnConnectedEnrollmentDetails
Inheritance
System.Object
StudentUnConnectedEnrollmentDetails
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 StudentUnConnectedEnrollmentDetails
Constructors
StudentUnConnectedEnrollmentDetails()
Declaration
public StudentUnConnectedEnrollmentDetails()
Properties
AccountReceivableBalance
Declaration
public decimal AccountReceivableBalance { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ActualCharge
Declaration
public decimal ActualCharge { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ApprovedAidAll
Declaration
public decimal ApprovedAidAll { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ApprovedAidTerm
Declaration
public decimal ApprovedAidTerm { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
BillingMethodId
Declaration
public int? BillingMethodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
DetailAidTotal
Declaration
public decimal? DetailAidTotal { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
DetailChargesTotal
Declaration
public decimal? DetailChargesTotal { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
DetailPaymentsTotal
Declaration
public decimal? DetailPaymentsTotal { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
EstimatedAidAll
Declaration
public decimal EstimatedAidAll { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
EstimatedAidTerm
Declaration
public decimal EstimatedAidTerm { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ExpectedFundingTermIdList
Declaration
public string ExpectedFundingTermIdList { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpectedStartDate
Declaration
public DateTime? ExpectedStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Frequency
Declaration
public string Frequency { get; set; }
Property Value
Type |
Description |
System.String |
|
GraduationDate
Declaration
public DateTime? GraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
NameStudent
Declaration
public string NameStudent { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentPeriod
Declaration
public string PaymentPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
PendingAidAll
Declaration
public decimal PendingAidAll { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PendingAidTerm
Declaration
public decimal PendingAidTerm { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PendingCharge
Declaration
public decimal PendingCharge { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
PrintIdentifier
Declaration
public string PrintIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
Sequence
Declaration
public int Sequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Ssn
Declaration
public string Ssn { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermGroupId
Declaration
public int TermGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermIdList
Declaration
public string TermIdList { get; set; }
Property Value
Type |
Description |
System.String |
|