Class StudentEnrollmentMakeUpHoursRequest
Inheritance
System.Object
StudentEnrollmentMakeUpHoursRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentMakeUpHoursRequest : ServiceRequest
Constructors
StudentEnrollmentMakeUpHoursRequest()
Declaration
public StudentEnrollmentMakeUpHoursRequest()
Properties
AttendanceDate
Declaration
public DateTime AttendanceDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
AttendId
Declaration
public int AttendId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Hours
Declaration
public int Hours { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Minutes
Declaration
public int Minutes { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|