Class StudentAccountPendingTransaction
This class represents the EntityModel interface to the SaPendingCharge database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAccountPendingTransaction
Constructors
StudentAccountPendingTransaction()
Declaration
public StudentAccountPendingTransaction()
Properties
Amount
Gets or sets the Amount associated with this StudentAccountPendingTransaction.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BillingTransactionCode
Declaration
public virtual BillingTransactionCode BillingTransactionCode { get; set; }
Property Value
Type | Description |
---|---|
BillingTransactionCode |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StudentAccountPendingTransaction.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this StudentAccountPendingTransaction.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
ClassSection
Declaration
public virtual ClassSection ClassSection { get; set; }
Property Value
Type | Description |
---|---|
ClassSection |
ClassSectionId
Gets or sets the ClassSectionId associated with this StudentAccountPendingTransaction.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
CourseAmounts
Declaration
public virtual ICollection<StudentAccountPendingTransactionCourse> CourseAmounts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentAccountPendingTransactionCourse> |
CourseAmountToRetain
Gets or sets the CourseAmountToRetain associated with this StudentAccountPendingTransaction.
Declaration
public decimal? CourseAmountToRetain { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CourseAmountToRetain. |
CourseId
Gets or sets the CourseId associated with this StudentAccountPendingTransaction.
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseId. |
CourseRefundPolicyId
Gets or sets the CourseRefundPolicyId associated with this StudentAccountPendingTransaction.
Declaration
public int? CourseRefundPolicyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseRefundPolicyId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAccountPendingTransaction.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this StudentAccountPendingTransaction.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
DiscountAmount
Gets or sets the DiscountAmount associated with this StudentAccountPendingTransaction.
Declaration
public decimal DiscountAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DiscountAmount. |
Id
Gets or sets the Id associated with this StudentAccountPendingTransaction.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsRemoved
Gets or sets the IsRemoved associated with this StudentAccountPendingTransaction.
Declaration
public bool IsRemoved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRemoved. |
IsTaxIncluded
Gets or sets the IsTaxIncluded associated with this StudentAccountPendingTransaction.
Declaration
public bool? IsTaxIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsTaxIncluded. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAccountPendingTransaction.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAccountPendingTransaction.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RegistrationTermId
Gets or sets the RegistrationTermId associated with this StudentAccountPendingTransaction.
Declaration
public int? RegistrationTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RegistrationTermId. |
Source
Gets or sets the Source associated with this StudentAccountPendingTransaction.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAcademicYearPaymentPeriod
Declaration
public virtual StudentAcademicYearPaymentPeriod StudentAcademicYearPaymentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentAcademicYearPaymentPeriod |
StudentAcademicYearPaymentPeriodId
Gets or sets the StudentAcademicYearPaymentPeriodId associated with this StudentAccountPendingTransaction.
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearPaymentPeriodId. |
StudentCourse
Declaration
public virtual StudentCourse StudentCourse { get; set; }
Property Value
Type | Description |
---|---|
StudentCourse |
StudentCourseExtension
Declaration
public virtual StudentCourseExtension StudentCourseExtension { get; set; }
Property Value
Type | Description |
---|---|
StudentCourseExtension |
StudentCourseExtensionId
Gets or sets the StudentCourseExtensionId associated with this StudentAccountPendingTransaction.
Declaration
public int? StudentCourseExtensionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseExtensionId. |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentAccountPendingTransaction.
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseId. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodFeesId
Gets or sets the StudentEnrollmentPeriodFeesId associated with this StudentAccountPendingTransaction.
Declaration
public int? StudentEnrollmentPeriodFeesId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodFeesId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentAccountPendingTransaction.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentEnrollmentPeriodLesson
Declaration
public virtual StudentEnrollmentPeriodLesson StudentEnrollmentPeriodLesson { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriodLesson |
StudentEnrollmentPeriodLessonId
Gets or sets the StudentEnrollmentPeriodLessonId associated with this StudentAccountPendingTransaction.
Declaration
public int? StudentEnrollmentPeriodLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodLessonId. |
StudentId
Gets or sets the StudentId associated with this StudentAccountPendingTransaction.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermGroup
Declaration
public virtual TermGroup TermGroup { get; set; }
Property Value
Type | Description |
---|---|
TermGroup |
TermGroupId
Gets or sets the TermGroupId associated with this StudentAccountPendingTransaction.
Declaration
public int? TermGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermGroupId. |
TermId
Gets or sets the TermId associated with this StudentAccountPendingTransaction.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TuitionDiscountPolicy
Declaration
public virtual TuitionDiscountPolicy TuitionDiscountPolicy { get; set; }
Property Value
Type | Description |
---|---|
TuitionDiscountPolicy |
TuitionDiscountPolicyId
Gets or sets the TuitionDiscountPolicyId associated with this StudentAccountPendingTransaction.
Declaration
public int? TuitionDiscountPolicyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TuitionDiscountPolicyId. |
Type
Gets or sets the Type associated with this StudentAccountPendingTransaction.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |