Class StudentForExamCenter
Represents the a request for the SaveCourseAssessmentRule method.
Inheritance
System.Object
StudentForExamCenter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentForExamCenter
Constructors
StudentForExamCenter()
Declaration
public StudentForExamCenter()
Properties
AvailableSeats
AvailableSeats
Declaration
public int? AvailableSeats { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
BalanceSeats
BalanceSeats
Declaration
public int? BalanceSeats { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
BuildingId
BuildingId
Declaration
public int BuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusId
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CourseId
CourseId
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
RoomId
RoomId
Declaration
public int? RoomId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodId
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentId
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TestingScheduleId
TestingScheduleId
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |