C# Class inBloomApiLibrary.CourseDataService

Course Data Service
Inheritance: ServiceBase
显示文件 Open project: upeo/inbloom-dotnet

Public Methods

Method Description
DeleteCourseOfferings ( string accessToken, string courseId ) : string

Deletes course offerings details.

DeleteCourseTranscripts ( string accessToken, string courseId ) : string
DeleteCourses ( string accessToken, string courseId ) : string
GetCourseById ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray

Gets course custom details.

GetCourseCourseTranscriptById ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray

Gets course transcripts within the course by id.

GetCourseCourseTranscriptCourses ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray

Gets course in course transcripts within the courses.

GetCourseCourseTranscriptCustom ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray

Gets course transcript custom details within the courses.

GetCourseCourseTranscriptStudents ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray

Gets students details in course transcripts within the courses.

GetCourseCourseTranscripts ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets course transcripts within the courses.

GetCourseCourseTranscripts ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray

Gets course transcripts within the courses.

GetCourseCustom ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray

Gets course custom details.

GetCourseIdCourseOfferingSessions ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray

Gets sesstions details in course offerings within the course.

GetCourseIdCourseOfferings ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray

Gets course offerings within the courses

GetCourseOfferingById ( string accessToken, string courseOfferingId ) : Newtonsoft.Json.Linq.JArray

Gets course offering by id.

GetCourseOfferingCourses ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray

Gets courses within the course offerings.

GetCourseOfferingCustom ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray

Gets course offerings custom details.

GetCourseOfferingSessions ( string accessToken, string courseId ) : JArray

Gets sessions within the course offerings.

GetCourseOfferings ( string accessToken ) : JArray

Gets courses offerings details.

GetCourseStudentParentAssociationStudents ( string accessToken, string courseId ) : JArray

Gets students details in student parent associations within the course.

GetCourseStudentParentAssociations ( string accessToken, string courseId ) : JArray

Gets student parent associations within the course.

GetCourseTranscriptStudents ( string accessToken, string courseId ) : JArray

Gets students in course transcripts within the courses.

GetCourses ( string accessToken ) : JArray

Gets course details.

PostCourseOfferings ( string accessToken, string data ) : string

Creates course offerings details.

PostCourseTranscripts ( string accessToken, string data ) : string
PostCourses ( string accessToken, string data ) : string
PutCourseOfferings ( string accessToken, string data, string courseId ) : string

Updates course offerings details.

PutCourseTranscripts ( string accessToken, string data, string courseId ) : string
PutCourses ( string accessToken, string data, string courseId ) : string

Method Details

DeleteCourseOfferings() public method

Deletes course offerings details.
public DeleteCourseOfferings ( string accessToken, string courseId ) : string
accessToken string
courseId string
return string

DeleteCourseTranscripts() public method

public DeleteCourseTranscripts ( string accessToken, string courseId ) : string
accessToken string
courseId string
return string

DeleteCourses() public method

public DeleteCourses ( string accessToken, string courseId ) : string
accessToken string
courseId string
return string

GetCourseById() public method

Gets course custom details.
public GetCourseById ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseId string
return Newtonsoft.Json.Linq.JArray

GetCourseCourseTranscriptById() public method

Gets course transcripts within the course by id.
public GetCourseCourseTranscriptById ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseId string
return Newtonsoft.Json.Linq.JArray

GetCourseCourseTranscriptCourses() public method

Gets course in course transcripts within the courses.
public GetCourseCourseTranscriptCourses ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseId string
return Newtonsoft.Json.Linq.JArray

GetCourseCourseTranscriptCustom() public method

Gets course transcript custom details within the courses.
public GetCourseCourseTranscriptCustom ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseId string
return Newtonsoft.Json.Linq.JArray

GetCourseCourseTranscriptStudents() public method

Gets students details in course transcripts within the courses.
public GetCourseCourseTranscriptStudents ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseId string
return Newtonsoft.Json.Linq.JArray

GetCourseCourseTranscripts() public method

Gets course transcripts within the courses.
public GetCourseCourseTranscripts ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
return Newtonsoft.Json.Linq.JArray

GetCourseCourseTranscripts() public method

Gets course transcripts within the courses.
public GetCourseCourseTranscripts ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseId string
return Newtonsoft.Json.Linq.JArray

GetCourseCustom() public method

Gets course custom details.
public GetCourseCustom ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseId string
return Newtonsoft.Json.Linq.JArray

GetCourseIdCourseOfferingSessions() public method

Gets sesstions details in course offerings within the course.
public GetCourseIdCourseOfferingSessions ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseId string
return Newtonsoft.Json.Linq.JArray

GetCourseIdCourseOfferings() public method

Gets course offerings within the courses
public GetCourseIdCourseOfferings ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseId string
return Newtonsoft.Json.Linq.JArray

GetCourseOfferingById() public method

Gets course offering by id.
public GetCourseOfferingById ( string accessToken, string courseOfferingId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseOfferingId string
return Newtonsoft.Json.Linq.JArray

GetCourseOfferingCourses() public method

Gets courses within the course offerings.
public GetCourseOfferingCourses ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseId string
return Newtonsoft.Json.Linq.JArray

GetCourseOfferingCustom() public method

Gets course offerings custom details.
public GetCourseOfferingCustom ( string accessToken, string courseId ) : Newtonsoft.Json.Linq.JArray
accessToken string
courseId string
return Newtonsoft.Json.Linq.JArray

GetCourseOfferingSessions() public method

Gets sessions within the course offerings.
public GetCourseOfferingSessions ( string accessToken, string courseId ) : JArray
accessToken string
courseId string
return JArray

GetCourseOfferings() public method

Gets courses offerings details.
public GetCourseOfferings ( string accessToken ) : JArray
accessToken string
return JArray

GetCourseStudentParentAssociationStudents() public method

Gets students details in student parent associations within the course.
public GetCourseStudentParentAssociationStudents ( string accessToken, string courseId ) : JArray
accessToken string
courseId string
return JArray

GetCourseStudentParentAssociations() public method

Gets student parent associations within the course.
public GetCourseStudentParentAssociations ( string accessToken, string courseId ) : JArray
accessToken string
courseId string
return JArray

GetCourseTranscriptStudents() public method

Gets students in course transcripts within the courses.
public GetCourseTranscriptStudents ( string accessToken, string courseId ) : JArray
accessToken string
courseId string
return JArray

GetCourses() public method

Gets course details.
public GetCourses ( string accessToken ) : JArray
accessToken string
return JArray

PostCourseOfferings() public method

Creates course offerings details.
public PostCourseOfferings ( string accessToken, string data ) : string
accessToken string
data string
return string

PostCourseTranscripts() public method

public PostCourseTranscripts ( string accessToken, string data ) : string
accessToken string
data string
return string

PostCourses() public method

public PostCourses ( string accessToken, string data ) : string
accessToken string
data string
return string

PutCourseOfferings() public method

Updates course offerings details.
public PutCourseOfferings ( string accessToken, string data, string courseId ) : string
accessToken string
data string
courseId string
return string

PutCourseTranscripts() public method

public PutCourseTranscripts ( string accessToken, string data, string courseId ) : string
accessToken string
data string
courseId string
return string

PutCourses() public method

public PutCourses ( string accessToken, string data, string courseId ) : string
accessToken string
data string
courseId string
return string