Class ClassSectionSecondaryInstructorEntity
This class represents the EntityModel interface to the AdClassSchedInstructor database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClassSectionSecondaryInstructorEntity : Entity, IIdentifiable, IAuditable
Constructors
ClassSectionSecondaryInstructorEntity()
Declaration
public ClassSectionSecondaryInstructorEntity()
Fields
CanPostAttendanceProperty
The CanPostAttendance property.
Declaration
public static readonly EntityProperty CanPostAttendanceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CanPostFinalGradesProperty
The CanPostFinalGrades property.
Declaration
public static readonly EntityProperty CanPostFinalGradesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CanPostLessonsProperty
The CanPostLessons property.
Declaration
public static readonly EntityProperty CanPostLessonsProperty
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 |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisplayOrderProperty
The DisplayOrder property.
Declaration
public static readonly EntityProperty DisplayOrderProperty
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 |
InstructorHoursAssignedProperty
The InstructorHoursAssigned property.
Declaration
public static readonly EntityProperty InstructorHoursAssignedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InstructorIdProperty
The InstructorId property.
Declaration
public static readonly EntityProperty InstructorIdProperty
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 |
Properties
CanPostAttendance
Gets or sets the CanPostAttendance associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public bool CanPostAttendance { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The CanPostAttendance. |
CanPostFinalGrades
Gets or sets the CanPostFinalGrades associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public bool CanPostFinalGrades { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The CanPostFinalGrades. |
CanPostLessons
Gets or sets the CanPostLessons associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public bool CanPostLessons { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The CanPostLessons. |
ClassSectionId
Gets or sets the ClassSectionId associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ClassSectionId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisplayOrder
Gets or sets the DisplayOrder associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public byte? DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The DisplayOrder. |
Id
Gets or sets the Id associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InstructorHoursAssigned
Gets or sets the InstructorHoursAssigned associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public decimal? InstructorHoursAssigned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The InstructorHoursAssigned. |
InstructorId
Gets or sets the InstructorId associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public int InstructorId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The InstructorId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this ClassSectionSecondaryInstructorEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()