StudentCourseData ClassA Sandcastle Documented Class Library
Data about a student's course in Edgenuity
Inheritance Hierarchy

System.Object
  ReturnTypes.StudentCourseData

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

public class StudentCourseData

The StudentCourseData type exposes the following members.

Constructors

  NameDescription
Public methodStudentCourseData
Initializes a new instance of the StudentCourseData class
Top
Properties

  NameDescription
Public propertyAssignedDate
What date was this course first assigned to the student?
Public propertyCompleted
Has the course been marked completed for the student?
Public propertyCurrentOrder
Where in the course is the student? (COMPLETED means the student has completed all assignments)
Public propertyEnabled
Is the course enabled for the student?
Public propertyLastActivity
When did the student last take action in this course? If null, there has been no activity on this course
Public propertySchoolBuildExtID
External ID of school level course (parent of student course)
Public propertySchoolBuildID
Edgenuity School Level Course ID (parent of student course)
Public propertyStartingDate
What is the starting date for this course for this student?
Public propertyStudentBuildExtID
External ID of student's course
Public propertyStudentBuildID
Edgenuity Student Course ID
Public propertyTargetDate
When is the target completion date for this course for this student?
Top
See Also

Reference