Class CaliforniaStrfStudent
Inheritance
System.Object
CaliforniaStrfStudent
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 CaliforniaStrfStudent
Constructors
CaliforniaStrfStudent()
Declaration
public CaliforniaStrfStudent()
Properties
AmountToCharge
Declaration
public decimal? AmountToCharge { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EnrollmentDate
Declaration
public DateTime? EnrollmentDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
NetAmountToCharge
Declaration
public decimal? NetAmountToCharge { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
PreviousAmount
Declaration
public decimal? PreviousAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
ProgramVersionCode
Declaration
public string ProgramVersionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
StudentStatus
Declaration
public string StudentStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
TuitionAmount
Declaration
public decimal? TuitionAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
TuitionAmountToPay
Declaration
public decimal? TuitionAmountToPay { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|