Class StudentAccountTransactionCourseEntity
This class represents the EntityModel interface to the SaTransCourse database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentAccountTransactionCourseEntity : Entity, IIdentifiable
Constructors
StudentAccountTransactionCourseEntity()
Declaration
public StudentAccountTransactionCourseEntity()
Fields
ClassSectionIdProperty
The ClassSectionId property.
Declaration
public static readonly EntityProperty ClassSectionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseAmountProperty
The CourseAmount property.
Declaration
public static readonly EntityProperty CourseAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseRegistrationTypeProperty
The CourseRegistrationType property.
Declaration
public static readonly EntityProperty CourseRegistrationTypeProperty
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 |
CreditsHoursProperty
The CreditsHours property.
Declaration
public static readonly EntityProperty CreditsHoursProperty
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 |
LastModfiedUserIdProperty
The LastModfiedUserId property.
Declaration
public static readonly EntityProperty LastModfiedUserIdProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAccountTransactionIdProperty
The StudentAccountTransactionId property.
Declaration
public static readonly EntityProperty StudentAccountTransactionIdProperty
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 |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
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 |
Properties
ClassSectionId
Gets or sets the ClassSectionId associated with this StudentAccountTransactionCourseEntity.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
CourseAmount
Gets or sets the CourseAmount associated with this StudentAccountTransactionCourseEntity.
Declaration
public decimal CourseAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CourseAmount. |
CourseRegistrationType
Gets or sets the CourseRegistrationType associated with this StudentAccountTransactionCourseEntity.
Declaration
public string CourseRegistrationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseRegistrationType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAccountTransactionCourseEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditsHours
Gets or sets the CreditsHours associated with this StudentAccountTransactionCourseEntity.
Declaration
public decimal CreditsHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditsHours. |
Id
Gets or sets the Id associated with this StudentAccountTransactionCourseEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModfiedUserId
Gets or sets the LastModfiedUserId associated with this StudentAccountTransactionCourseEntity.
Declaration
public int LastModfiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModfiedUserId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAccountTransactionCourseEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
RowVersion
Gets or sets the RowVersion associated with this StudentAccountTransactionCourseEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAccountTransactionId
Gets or sets the StudentAccountTransactionId associated with this StudentAccountTransactionCourseEntity.
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAccountTransactionId. |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentAccountTransactionCourseEntity.
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentAccountTransactionCourseEntity.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
TermId
Gets or sets the TermId associated with this StudentAccountTransactionCourseEntity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
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()