Class BatchUnregisterMultipleStudentCourseDetail
Inheritance
System.Object
BatchUnregisterMultipleStudentCourseDetail
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()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class BatchUnregisterMultipleStudentCourseDetail
Constructors
BatchUnregisterMultipleStudentCourseDetail()
Declaration
public BatchUnregisterMultipleStudentCourseDetail()
Properties
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ClassSectionCode
Declaration
public string ClassSectionCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ClassSectionId
Declaration
public int? ClassSectionId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
CourseCode
Declaration
public string CourseCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CourseId
Declaration
public int CourseId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
CourseName
Declaration
public string CourseName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
IsAudit
Declaration
public bool? IsAudit { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
IsSelected
Declaration
public bool? IsSelected { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
PrintIdentifier
Declaration
public string PrintIdentifier { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SchoolStatusName
Declaration
public string SchoolStatusName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SectionCode
Declaration
public string SectionCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTime> |
|
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
StudentCourseStatusChangeReasonId
Declaration
public int? StudentCourseStatusChangeReasonId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<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.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
TermName
Declaration
public string TermName { get; set; }
Property Value
| Type |
Description |
| System.String |
|