Class RaiseAppealForStudentCourseResponseDetail
Inheritance
System.Object
RaiseAppealForStudentCourseResponseDetail
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 RaiseAppealForStudentCourseResponseDetail
Constructors
RaiseAppealForStudentCourseResponseDetail()
Declaration
public RaiseAppealForStudentCourseResponseDetail()
Properties
AppealType
Declaration
public string AppealType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TestingScheduleId
Declaration
public int TestingScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |