Class TestingStudentEnrollmentPeriodUnpublishLessonResponseExtended
Inheritance
System.Object
TestingStudentEnrollmentPeriodUnpublishLessonResponseExtended
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.Admissions.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class TestingStudentEnrollmentPeriodUnpublishLessonResponseExtended
Constructors
TestingStudentEnrollmentPeriodUnpublishLessonResponseExtended()
Declaration
public TestingStudentEnrollmentPeriodUnpublishLessonResponseExtended()
Properties
IsSuccess
Gets or sets the IsSuccess.
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Reason
Gets or sets the Reason.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentEnrollmentPeriodLessonId
Declaration
public int StudentEnrollmentPeriodLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |