Class ClassSectionRosterMidTerm
Inheritance
System.Object
ClassSectionRosterMidTerm
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 ClassSectionRosterMidTerm
Constructors
ClassSectionRosterMidTerm()
Declaration
public ClassSectionRosterMidTerm()
Properties
CourseCode
Declaration
public string CourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
GradeScaleId
Declaration
public int? GradeScaleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsAudit
Declaration
public bool IsAudit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MidtermGradeNote
Declaration
public string MidtermGradeNote { get; set; }
Property Value
Type |
Description |
System.String |
|
MidtermGradePostedDate
Declaration
public DateTime? MidtermGradePostedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
MidtermLetterGrade
Declaration
public string MidtermLetterGrade { get; set; }
Property Value
Type |
Description |
System.String |
|
MidtermNumericGrade
Declaration
public string MidtermNumericGrade { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusCode
Declaration
public string SchoolStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SectionCode
Declaration
public string SectionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Speed
Declaration
public byte? Speed { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Byte> |
|
Ssn
Declaration
public string Ssn { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentCourseStatus
Declaration
public string StudentCourseStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollnmentPeriodGradeScaleId
Declaration
public int? StudentEnrollnmentPeriodGradeScaleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollnmentPeriodId
Declaration
public int StudentEnrollnmentPeriodId { 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 |
|