Class StudentAccountPendingTransactionEntity
This class represents the EntityModel interface to the SaPendingCharge database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentAccountPendingTransactionEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAccountPendingTransactionEntity()
Declaration
public StudentAccountPendingTransactionEntity()
Fields
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingTransactionCodeIdProperty
The BillingTransactionCodeId property.
Declaration
public static readonly EntityProperty BillingTransactionCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClassSectionIdProperty
The ClassSectionId property.
Declaration
public static readonly EntityProperty ClassSectionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseAmountsProperty
The CourseAmounts property.
Declaration
public static readonly EntityProperty CourseAmountsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseAmountToRetainProperty
The CourseAmountToRetain property.
Declaration
public static readonly EntityProperty CourseAmountToRetainProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseIdProperty
The CourseId property.
Declaration
public static readonly EntityProperty CourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseRefundPolicyIdProperty
The CourseRefundPolicyId property.
Declaration
public static readonly EntityProperty CourseRefundPolicyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DiscountAmountProperty
The DiscountAmount property.
Declaration
public static readonly EntityProperty DiscountAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRemovedProperty
The IsRemoved property.
Declaration
public static readonly EntityProperty IsRemovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTaxIncludedProperty
The IsTaxIncluded property.
Declaration
public static readonly EntityProperty IsTaxIncludedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegistrationTermIdProperty
The RegistrationTermId property.
Declaration
public static readonly EntityProperty RegistrationTermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SourceProperty
The Source property.
Declaration
public static readonly EntityProperty SourceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAcademicYearPaymentPeriodIdProperty
The StudentAcademicYearPaymentPeriodId property.
Declaration
public static readonly EntityProperty StudentAcademicYearPaymentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCourseExtensionIdProperty
The StudentCourseExtensionId property.
Declaration
public static readonly EntityProperty StudentCourseExtensionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCourseIdProperty
The StudentCourseId property.
Declaration
public static readonly EntityProperty StudentCourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodFeesIdProperty
The StudentEnrollmentPeriodFeesId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodFeesIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodLessonIdProperty
The StudentEnrollmentPeriodLessonId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodLessonIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermGroupIdProperty
The TermGroupId property.
Declaration
public static readonly EntityProperty TermGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TuitionDiscountPolicyIdProperty
The TuitionDiscountPolicyId property.
Declaration
public static readonly EntityProperty TuitionDiscountPolicyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TypeProperty
The Type property.
Declaration
public static readonly EntityProperty TypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Amount
Gets or sets the Amount associated with this StudentAccountPendingTransactionEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
BillingTransactionCodeId
Gets or sets the BillingTransactionCodeId associated with this StudentAccountPendingTransactionEntity.
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BillingTransactionCodeId. |
CampusId
Gets or sets the CampusId associated with this StudentAccountPendingTransactionEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
ClassSectionId
Gets or sets the ClassSectionId associated with this StudentAccountPendingTransactionEntity.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
CourseAmounts
Declaration
public virtual EntityCollection<StudentAccountPendingTransactionCourseEntity> CourseAmounts { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentAccountPendingTransactionCourseEntity> |
CourseAmountToRetain
Gets or sets the CourseAmountToRetain associated with this StudentAccountPendingTransactionEntity.
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 StudentAccountPendingTransactionEntity.
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 StudentAccountPendingTransactionEntity.
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 StudentAccountPendingTransactionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this StudentAccountPendingTransactionEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
DiscountAmount
Gets or sets the DiscountAmount associated with this StudentAccountPendingTransactionEntity.
Declaration
public decimal DiscountAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DiscountAmount. |
Id
Gets or sets the Id associated with this StudentAccountPendingTransactionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsRemoved
Gets or sets the IsRemoved associated with this StudentAccountPendingTransactionEntity.
Declaration
public bool IsRemoved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRemoved. |
IsTaxIncluded
Gets or sets the IsTaxIncluded associated with this StudentAccountPendingTransactionEntity.
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 StudentAccountPendingTransactionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAccountPendingTransactionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RegistrationTermId
Gets or sets the RegistrationTermId associated with this StudentAccountPendingTransactionEntity.
Declaration
public int? RegistrationTermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RegistrationTermId. |
RowVersion
Gets or sets the RowVersion associated with this StudentAccountPendingTransactionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Source
Gets or sets the Source associated with this StudentAccountPendingTransactionEntity.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Source. |
StudentAcademicYearPaymentPeriodId
Gets or sets the StudentAcademicYearPaymentPeriodId associated with this StudentAccountPendingTransactionEntity.
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearPaymentPeriodId. |
StudentCourseExtensionId
Gets or sets the StudentCourseExtensionId associated with this StudentAccountPendingTransactionEntity.
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 StudentAccountPendingTransactionEntity.
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseId. |
StudentEnrollmentPeriodFeesId
Gets or sets the StudentEnrollmentPeriodFeesId associated with this StudentAccountPendingTransactionEntity.
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 StudentAccountPendingTransactionEntity.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentEnrollmentPeriodLessonId
Gets or sets the StudentEnrollmentPeriodLessonId associated with this StudentAccountPendingTransactionEntity.
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 StudentAccountPendingTransactionEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TermGroupId
Gets or sets the TermGroupId associated with this StudentAccountPendingTransactionEntity.
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 StudentAccountPendingTransactionEntity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TuitionDiscountPolicyId
Gets or sets the TuitionDiscountPolicyId associated with this StudentAccountPendingTransactionEntity.
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 StudentAccountPendingTransactionEntity.
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()