Class ClassSectionLessonGradesExtended
ClassSectionLessonGradesExtended
Inheritance
System.Object
ClassSectionLessonGradesExtended
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 ClassSectionLessonGradesExtended
Constructors
ClassSectionLessonGradesExtended()
Declaration
public ClassSectionLessonGradesExtended()
Properties
ClassLessonId
Declaration
public int ClassLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ClassSectionId
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CourseLessonId
Declaration
public int CourseLessonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FinalGrade
Declaration
public decimal FinalGrade { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
MaxScore
Declaration
public decimal MaxScore { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScoreType
Declaration
public string ScoreType { get; set; }
Property Value
Type | Description |
---|---|
System.String |