Class AttendanceRoster
UpdateAttendance Class to hold the values of Rows updated.
Inheritance
System.Object
AttendanceRoster
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class AttendanceRoster
Constructors
AttendanceRoster()
Declaration
public AttendanceRoster()
Properties
AttendanceDate
AttendanceDate
Declaration
public string AttendanceDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AttendanceDateStartTime
AttendanceDateStartTime
Declaration
public string AttendanceDateStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AttendanceId
AttendanceId
Declaration
public int? AttendanceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AttendanceType
AttendanceType
Declaration
public string AttendanceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClassSectionMeetingDateId
ClassSectionMeetingDateId
Declaration
public int? ClassSectionMeetingDateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Excused
Excused
Declaration
public int? Excused { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MinutesAbsent
MinutesAbsent
Declaration
public int? MinutesAbsent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MinutesAttended
MinutesAttended
Declaration
public int? MinutesAttended { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Note
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentCourseId
StudentCourseId
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentId
StudentID
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |