Class StudentSubsidiaryDetail
Inheritance
System.Object
StudentSubsidiaryDetail
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
public class StudentSubsidiaryDetail
Constructors
StudentSubsidiaryDetail()
Declaration
public StudentSubsidiaryDetail()
Properties
BalanceAmount
Declaration
public decimal? BalanceAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
MinBalanceAmount
Declaration
public decimal? MinBalanceAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentSubsidiaryAccountId
Declaration
public int? StudentSubsidiaryAccountId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|