Class AttendanceEntity
This class represents the EntityModel interface to the AdAttend database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class AttendanceEntity : Entity, IIdentifiable, IAuditable
Constructors
AttendanceEntity()
Declaration
public AttendanceEntity()
Fields
AbsentProperty
The Absent property.
Declaration
public static readonly EntityProperty AbsentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AttendanceDateProperty
The AttendanceDate property.
Declaration
public static readonly EntityProperty AttendanceDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AttendanceDateStartTimeProperty
The AttendanceDateStartTime property.
Declaration
public static readonly EntityProperty AttendanceDateStartTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AttendedProperty
The Attended property.
Declaration
public static readonly EntityProperty AttendedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClassSectionMeetingDateIdProperty
The ClassSectionMeetingDateId property.
Declaration
public static readonly EntityProperty ClassSectionMeetingDateIdProperty
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 |
DelContextProperty
The DelContext property.
Declaration
public static readonly EntityProperty DelContextProperty
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 |
IsDependentCourseProperty
The IsDependentCourse property.
Declaration
public static readonly EntityProperty IsDependentCourseProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsExcusedAbsenceProperty
The IsExcusedAbsence property.
Declaration
public static readonly EntityProperty IsExcusedAbsenceProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
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 |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
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 |
TypeProperty
The Type property.
Declaration
public static readonly EntityProperty TypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UnitTypeProperty
The UnitType property.
Declaration
public static readonly EntityProperty UnitTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Absent
Gets or sets the Absent associated with this AttendanceEntity.
Declaration
public int? Absent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Absent. |
AttendanceDate
Gets or sets the AttendanceDate associated with this AttendanceEntity.
Declaration
public DateTime AttendanceDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The AttendanceDate. |
AttendanceDateStartTime
Gets or sets the AttendanceDateStartTime associated with this AttendanceEntity.
Declaration
public DateTime AttendanceDateStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The AttendanceDateStartTime. |
Attended
Gets or sets the Attended associated with this AttendanceEntity.
Declaration
public int? Attended { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Attended. |
ClassSectionMeetingDate
Declaration
public virtual ClassSectionMeetingDateEntity ClassSectionMeetingDate { get; set; }
Property Value
Type | Description |
---|---|
ClassSectionMeetingDateEntity |
ClassSectionMeetingDateId
Gets or sets the ClassSectionMeetingDateId associated with this AttendanceEntity.
Declaration
public int? ClassSectionMeetingDateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionMeetingDateId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AttendanceEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DelContext
Gets or sets the DelContext associated with this AttendanceEntity.
Declaration
public string DelContext { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DelContext. |
Id
Gets or sets the Id associated with this AttendanceEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDependentCourse
Gets or sets the IsDependentCourse associated with this AttendanceEntity.
Declaration
public bool IsDependentCourse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDependentCourse. |
IsExcusedAbsence
Gets or sets the IsExcusedAbsence associated with this AttendanceEntity.
Declaration
public bool IsExcusedAbsence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcusedAbsence. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AttendanceEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AttendanceEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this AttendanceEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RowVersion
Gets or sets the RowVersion associated with this AttendanceEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Status
Gets or sets the Status associated with this AttendanceEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentCourseId
Gets or sets the StudentCourseId associated with this AttendanceEntity.
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCourseId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this AttendanceEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
Type
Gets or sets the Type associated with this AttendanceEntity.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
UnitType
Gets or sets the UnitType associated with this AttendanceEntity.
Declaration
public string UnitType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UnitType. |
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()