Class GetAttendanceRequest
Represents the a request for the GetAttendance method.
Inheritance
System.Object
GetAttendanceRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetAttendanceRequest : EntityServiceRequest<AttendanceEntity>
Constructors
GetAttendanceRequest(AttendanceEntity)
Reprsents the constructor call for the Get Attendance Request.
Declaration
public GetAttendanceRequest(AttendanceEntity entity)
Parameters
Type | Name | Description |
---|---|---|
AttendanceEntity | entity |
Properties
CampusId
Gets or Sets the Campus Id
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ClassLength
Gets or Sets the Type
Declaration
public int ClassLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ClassSectionId
Gets or Sets the ClassSection Id
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ClassSectionMeetingPatternId
Declaration
public int ClassSectionMeetingPatternId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultTimeForMeeting
Gets or Sets the Default Meeting time
Declaration
public int DefaultTimeForMeeting { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EndDate
Gets or Sets the End Date
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
IsMeetingOnIrregularDaysTimes
Gets or Sets true or false if the Class meets on Various Dates
Declaration
public bool IsMeetingOnIrregularDaysTimes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStudentSpecificMeetingSchedule
Set true if user has meetings configured for the day.
Declaration
public bool IsStudentSpecificMeetingSchedule { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartDate
Gets or Sets the Start Date
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StartTime
Gets or Sets the Start Time
Declaration
public string StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermId
Gets or Sets the Term Id
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Gets or Sets the Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnitType
Gets or Sets the Course Unit Type
Declaration
public string UnitType { get; set; }
Property Value
Type | Description |
---|---|
System.String |