Class PostAttendanceListRequest
Represents the a request for the PostAttendanceList method.
Inheritance
System.Object
PostAttendanceListRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class PostAttendanceListRequest : EntityServiceRequest<AttendanceEntity>
Constructors
PostAttendanceListRequest(AttendanceEntity)
Declaration
public PostAttendanceListRequest(AttendanceEntity entity)
Parameters
Type | Name | Description |
---|---|---|
AttendanceEntity | entity |
Properties
AttendanceRosterList
AttendanceRoster List
Declaration
public List<AttendanceRoster> AttendanceRosterList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AttendanceRoster> |
ClassSectionId
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CourseId
CourseId
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CourseName
CourseName
Declaration
public string CourseName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndDate
StartDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
IsStudentSpecificMeetingSchedule
IsStudentSpecificMeetingSchedule
Declaration
public bool IsStudentSpecificMeetingSchedule { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PostAttendanceType
PostAttendanceType
Declaration
public string PostAttendanceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnitType
Represents the UnitType
Declaration
public string UnitType { get; set; }
Property Value
Type | Description |
---|---|
System.String |