Class SpecialExamStudent
Represents the a request for the SpecialExamStudentList method.
Inheritance
System.Object
SpecialExamStudent
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 SpecialExamStudent
Constructors
SpecialExamStudent()
Declaration
public SpecialExamStudent()
Properties
CourseId
TermId
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
IsSpecialExam
Eligible
Declaration
public bool? IsSpecialExam { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
StudentCourseId
get StudentCourseId For SpecialExam
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodId
get StudentEnrollmentPeriodId For SpecialExam
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TestingScheduleId
get TestingScheduleId For SpecialExam
Declaration
public int? TestingScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |