Class BatchUnregisterStudentCourseDetail
Inheritance
System.Object
BatchUnregisterStudentCourseDetail
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 BatchUnregisterStudentCourseDetail
Constructors
BatchUnregisterStudentCourseDetail()
Declaration
public BatchUnregisterStudentCourseDetail()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
| Type |
Description |
| 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.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 |
|
Id
Declaration
public int Id { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
IsAudit
Declaration
public bool IsAudit { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
| Type |
Description |
| 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> |
|
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.Int32 |
|
TermName
Declaration
public string TermName { get; set; }
Property Value
| Type |
Description |
| System.String |
|