Class StudentEnrollmentPeriodTransferCourseEntity
This class represents the EntityModel interface to the AdStudentTransferCourses database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentPeriodTransferCourseEntity : Entity, IAuditable
Constructors
StudentEnrollmentPeriodTransferCourseEntity()
Declaration
public StudentEnrollmentPeriodTransferCourseEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FromCourseIdProperty
The FromCourseId property.
Declaration
public static readonly EntityProperty FromCourseIdProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
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 |
StudentEnrollmentPeriodTransferIdProperty
The StudentEnrollmentPeriodTransferId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodTransferIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ToCourseIdProperty
The ToCourseId property.
Declaration
public static readonly EntityProperty ToCourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CanBeMoved
Declaration
public bool CanBeMoved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodTransferCourseEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FromCourseId
Gets or sets the FromCourseId associated with this StudentEnrollmentPeriodTransferCourseEntity.
Declaration
public int FromCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FromCourseId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriodTransferCourseEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriodTransferCourseEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentEnrollmentPeriodTransferCourseEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentEnrollmentPeriodTransferCourseEntity.
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCourseId. |
StudentEnrollmentPeriodTransferId
Gets or sets the StudentEnrollmentPeriodTransferId associated with this StudentEnrollmentPeriodTransferCourseEntity.
Declaration
public int StudentEnrollmentPeriodTransferId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodTransferId. |
ToCourseId
Gets or sets the ToCourseId associated with this StudentEnrollmentPeriodTransferCourseEntity.
Declaration
public int ToCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ToCourseId. |
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()