Class Attendance
This class represents the EntityModel interface to the AdAttend database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Attendance
Constructors
Attendance()
Declaration
public Attendance()
Properties
Absent
Gets or sets the Absent associated with this Attendance.
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 Attendance.
Declaration
public DateTime AttendanceDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The AttendanceDate. |
AttendanceDateStartTime
Gets or sets the AttendanceDateStartTime associated with this Attendance.
Declaration
public DateTime AttendanceDateStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The AttendanceDateStartTime. |
Attended
Gets or sets the Attended associated with this Attendance.
Declaration
public int? Attended { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Attended. |
ClassScheduleMeetingDay
Declaration
public virtual ClassSectionMeetingDate ClassScheduleMeetingDay { get; set; }
Property Value
Type | Description |
---|---|
ClassSectionMeetingDate |
ClassSectionMeetingDateId
Gets or sets the ClassSectionMeetingDateId associated with this Attendance.
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 Attendance.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DelContext
Gets or sets the DelContext associated with this Attendance.
Declaration
public string DelContext { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DelContext. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
Id
Gets or sets the Id associated with this Attendance.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDependentCourse
Gets or sets the IsDependentCourse associated with this Attendance.
Declaration
public bool IsDependentCourse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDependentCourse. |
IsExcusedAbsence
Gets or sets the IsExcusedAbsence associated with this Attendance.
Declaration
public bool IsExcusedAbsence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcusedAbsence. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Attendance.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Attendance.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this Attendance.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Status
Gets or sets the Status associated with this Attendance.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentCourse
Declaration
public virtual StudentCourse StudentCourse { get; set; }
Property Value
Type | Description |
---|---|
StudentCourse |
StudentCourseId
Gets or sets the StudentCourseId associated with this Attendance.
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentCourseId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this Attendance.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
Type
Gets or sets the Type associated with this Attendance.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
UnitType
Gets or sets the UnitType associated with this Attendance.
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()