C# Class inBloomApiLibrary.CourseDataService

Course Data Service
Inheritance: ServiceBase
Afficher le fichier Open project: upeo/inbloom-dotnet

Méthodes publiques

Méthode 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 méthode

Deletes course offerings details.
public DeleteCourseOfferings ( string accessToken, string courseId ) : string
accessToken string
courseId string
Résultat string

DeleteCourseTranscripts() public méthode

public DeleteCourseTranscripts ( string accessToken, string courseId ) : string
accessToken string
courseId string
Résultat string

DeleteCourses() public méthode

public DeleteCourses ( string accessToken, string courseId ) : string
accessToken string
courseId string
Résultat string

GetCourseById() public méthode

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

GetCourseCourseTranscriptById() public méthode

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

GetCourseCourseTranscriptCourses() public méthode

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

GetCourseCourseTranscriptCustom() public méthode

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

GetCourseCourseTranscriptStudents() public méthode

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

GetCourseCourseTranscripts() public méthode

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

GetCourseCourseTranscripts() public méthode

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

GetCourseCustom() public méthode

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

GetCourseIdCourseOfferingSessions() public méthode

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

GetCourseIdCourseOfferings() public méthode

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

GetCourseOfferingById() public méthode

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

GetCourseOfferingCourses() public méthode

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

GetCourseOfferingCustom() public méthode

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

GetCourseOfferingSessions() public méthode

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

GetCourseOfferings() public méthode

Gets courses offerings details.
public GetCourseOfferings ( string accessToken ) : JArray
accessToken string
Résultat JArray

GetCourseStudentParentAssociationStudents() public méthode

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

GetCourseStudentParentAssociations() public méthode

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

GetCourseTranscriptStudents() public méthode

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

GetCourses() public méthode

Gets course details.
public GetCourses ( string accessToken ) : JArray
accessToken string
Résultat JArray

PostCourseOfferings() public méthode

Creates course offerings details.
public PostCourseOfferings ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostCourseTranscripts() public méthode

public PostCourseTranscripts ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostCourses() public méthode

public PostCourses ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PutCourseOfferings() public méthode

Updates course offerings details.
public PutCourseOfferings ( string accessToken, string data, string courseId ) : string
accessToken string
data string
courseId string
Résultat string

PutCourseTranscripts() public méthode

public PutCourseTranscripts ( string accessToken, string data, string courseId ) : string
accessToken string
data string
courseId string
Résultat string

PutCourses() public méthode

public PutCourses ( string accessToken, string data, string courseId ) : string
accessToken string
data string
courseId string
Résultat string