Class PostAttendanceRequest
Represents the a request for the PostAttendance method.
Inheritance
System.Object
PostAttendanceRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class PostAttendanceRequest : EntityServiceRequest<AttendanceEntity>
Constructors
PostAttendanceRequest(AttendanceEntity)
Declaration
public PostAttendanceRequest(AttendanceEntity entity)
Parameters
Properties
AllowClosedTerm
Set true if user wants to allow closed term while saving attendance record.
Declaration
public bool AllowClosedTerm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IsPostExternshipOnline
Set true if user is posting externship/online hours.
Declaration
public bool IsPostExternshipOnline { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|