StudentSectionGrade ClassA Sandcastle Documented Class Library
Represents a grade for a student on an activity
Inheritance Hierarchy

System.Object
  ReturnTypes.StudentGrade
    ReturnTypes.StudentSectionGrade

Namespace: ReturnTypes
Assembly: WCFAPI (in WCFAPI.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax

public class StudentSectionGrade : StudentGrade

The StudentSectionGrade type exposes the following members.

Constructors

  NameDescription
Public methodStudentSectionGrade
Initializes a new instance of the StudentSectionGrade class
Top
Properties

  NameDescription
Public propertyActivity
Name of the activity
(Inherited from StudentGrade.)
Public propertyCourseName
Name of the course
(Inherited from StudentGrade.)
Public propertyEndTime
Time the student submitted the activity
(Inherited from StudentGrade.)
Public propertyExternalCourseCode
External Code of the student's course
Public propertyKeyStr
An e2020 identifier for the activity
(Inherited from StudentGrade.)
Public propertyLessonName
Name of the lesson
(Inherited from StudentGrade.)
Public propertyScore
Score received
(Inherited from StudentGrade.)
Public propertyStartTime
Time the student began the activity
(Inherited from StudentGrade.)
Public propertyStatus
Status of the activity 0: Passed 1: Failed 2: In Progress/Not submitted 3: Saved
(Inherited from StudentGrade.)
Public propertyStudentBuildID
Course ID
(Inherited from StudentGrade.)
Public propertyTeacherComments
Any comments on this activity by teachers
Top
See Also

Reference