Class CourseOutcomeSummary
- Namespace
- InSite.Application.Records.Read
- Assembly
- Shift.Sdk.dll
public class CourseOutcomeSummary
- Inheritance
-
CourseOutcomeSummary
- Inherited Members
-
- Extension Methods
-
Constructors
CourseOutcomeSummary()
public CourseOutcomeSummary()
Properties
AvgScore
public decimal AvgScore { get; set; }
Property Value
- decimal
GradebookIdentifier
public Guid GradebookIdentifier { get; set; }
Property Value
- Guid
GradebookTitle
public string GradebookTitle { get; set; }
Property Value
- string
ParentStandardTitle
public string ParentStandardTitle { get; set; }
Property Value
- string
Reference
public string Reference { get; set; }
Property Value
- string
StandardIdentifier
public Guid StandardIdentifier { get; set; }
Property Value
- Guid
StandardTitle
public string StandardTitle { get; set; }
Property Value
- string
StdScore
public double? StdScore { get; set; }
Property Value
- double?
StudentCount
public int StudentCount { get; set; }
Property Value
- int
Term
public string Term { get; set; }
Property Value
- string