Class GetAttendanceResponse
Represents the response for the GetAttendance method.
Inheritance
System.Object
GetAttendanceResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetAttendanceResponse : ServiceResponse
Constructors
GetAttendanceResponse()
Declaration
public GetAttendanceResponse()
Fields
AttendanceColumns
Represents the Attendance Array Columns Parameters
Declaration
public string[, ] AttendanceColumns
Field Value
Type | Description |
---|---|
System.String[,] |
AttendanceIdList
Represents the Attendance Id Parameter Collection
Declaration
public string[, ] AttendanceIdList
Field Value
Type | Description |
---|---|
System.String[,] |
AttendanceRoster
Represents the Attendance Roster Parameters
Declaration
public string[, ] AttendanceRoster
Field Value
Type | Description |
---|---|
System.String[,] |
Properties
Entity
Represents the Entity in the Response
Declaration
public AttendanceEntity Entity { get; set; }
Property Value
Type | Description |
---|---|
AttendanceEntity |
IsAuditCourse
Represents the Audit Column
Declaration
public bool IsAuditCourse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |