Class PostAttendanceListResponse
Represents the response for the PostAttendance method.
Inheritance
System.Object
PostAttendanceListResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class PostAttendanceListResponse : ServiceResponse
Constructors
PostAttendanceListResponse()
Declaration
public PostAttendanceListResponse()
Properties
Entity
Declaration
public AttendanceEntity Entity { get; set; }
Property Value
Type | Description |
---|---|
AttendanceEntity |
IsPostAttendanceSuccess
Success parameter for notifying
Declaration
public bool IsPostAttendanceSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |