Class StudentBatchCharge
Inheritance
System.Object
StudentBatchCharge
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 StudentBatchCharge
Constructors
StudentBatchCharge()
Declaration
public StudentBatchCharge()
Properties
AcademicYearSequence
Declaration
public string AcademicYearSequence { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingTransactionCode
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingTransactionCodeId
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentCount
Declaration
public int EnrollmentCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
FeeAmount
Declaration
public decimal? FeeAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
FlagMultipleEnrollments
Declaration
public int FlagMultipleEnrollments { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FlagOutOfSchool
Declaration
public int FlagOutOfSchool { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GraduationDate
Declaration
public DateTime? GraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersionCode
Declaration
public string ProgramVersionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
ReenrollDate
Declaration
public DateTime? ReenrollDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
RowIdentifier
Declaration
public long RowIdentifier { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
SchoolStatusName
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type |
Description |
System.String |
|
ShiftName
Declaration
public string ShiftName { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAccountPendingTransactionId
Declaration
public int? StudentAccountPendingTransactionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { 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 |
|
StudentOtherName
Declaration
public string StudentOtherName { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermName
Declaration
public string TermName { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionDueDate
Declaration
public DateTime? TransactionDueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TransactionType
Declaration
public string TransactionType { get; set; }
Property Value
Type |
Description |
System.String |
|