Class StudentEnrollmentPeriodAttendanceBreakEntity
This class represents the EntityModel interface to the AdEnrollNonTermBreakInfo database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentPeriodAttendanceBreakEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentEnrollmentPeriodAttendanceBreakEntity()
Declaration
public StudentEnrollmentPeriodAttendanceBreakEntity()
Fields
AttendanceBreakEndDateProperty
The The Start Date of return is automatically populated based on the selected course. You can manually change the date if the student’s return date does not coincide with the course start date. property.
Declaration
public static readonly EntityProperty AttendanceBreakEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AttendanceBreakStartDateProperty
The The start date of the module break. property.
Declaration
public static readonly EntityProperty AttendanceBreakStartDateProperty
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 |
CourseIdProperty
The The Return Course list is displayed based on the student's registered course list, where the start date of the course is greater than the date specified in Start Date of Break and less than 45 days. property.
Declaration
public static readonly EntityProperty CourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The The date when the item or person was added or the status change was entered. 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 |
IsReturnConfirmedProperty
The IsReturnConfirmed property.
Declaration
public static readonly EntityProperty IsReturnConfirmedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The The date that the item was updated or changed. property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The The last and then first name of the person that changed the item. 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 |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AttendanceBreakEndDate
Gets or sets the AttendanceBreakEndDate associated with this StudentEnrollmentPeriodAttendanceBreakEntity.
Declaration
public DateTime? AttendanceBreakEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AttendanceBreakEndDate. |
AttendanceBreakStartDate
Gets or sets the AttendanceBreakStartDate associated with this StudentEnrollmentPeriodAttendanceBreakEntity.
Declaration
public DateTime? AttendanceBreakStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AttendanceBreakStartDate. |
ClassSectionId
Gets or sets the ClassSectionId associated with this StudentEnrollmentPeriodAttendanceBreakEntity.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
CourseId
Gets or sets the CourseId associated with this StudentEnrollmentPeriodAttendanceBreakEntity.
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodAttendanceBreakEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentEnrollmentPeriodAttendanceBreakEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsReturnConfirmed
Gets or sets the IsReturnConfirmed associated with this StudentEnrollmentPeriodAttendanceBreakEntity.
Declaration
public bool IsReturnConfirmed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReturnConfirmed. |
IsWithdrawal
Gets or sets a value indicating whether this instance is withdrawal.
Declaration
public bool IsWithdrawal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentPeriodAttendanceBreakEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriodAttendanceBreakEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentEnrollmentPeriodAttendanceBreakEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentPeriodAttendanceBreakEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
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()