Class StudentCourseExtensionEntity
This class represents the EntityModel interface to the AdEnrollSchedExtend database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentCourseExtensionEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentCourseExtensionEntity()
Declaration
public StudentCourseExtensionEntity()
Fields
BilledDateProperty
The BilledDate property.
Declaration
public static readonly EntityProperty BilledDateProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
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 |
NewCourseEndDateProperty
The NewCourseEndDate property.
Declaration
public static readonly EntityProperty NewCourseEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousCourseEndDateProperty
The PreviousCourseEndDate property.
Declaration
public static readonly EntityProperty PreviousCourseEndDateProperty
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 |
Properties
BilledDate
Gets or sets the BilledDate associated with this StudentCourseExtensionEntity.
Declaration
public DateTime? BilledDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The BilledDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentCourseExtensionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentCourseExtensionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentCourseExtensionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentCourseExtensionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewCourseEndDate
Gets or sets the NewCourseEndDate associated with this StudentCourseExtensionEntity.
Declaration
public DateTime NewCourseEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The NewCourseEndDate. |
PreviousCourseEndDate
Gets or sets the PreviousCourseEndDate associated with this StudentCourseExtensionEntity.
Declaration
public DateTime PreviousCourseEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The PreviousCourseEndDate. |
RowVersion
Gets or sets the RowVersion associated with this StudentCourseExtensionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentCourseExtensionEntity.
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCourseId. |
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()