C# Class inBloomApiLibrary.TeacherDataService

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

Méthodes publiques

Méthode Description
DeleteTeacherSchoolAssociations ( string accessToken, string teacherId ) : string

Deletes teacher school associations details.

DeleteTeacherSectionAssociations ( string accessToken, string teacherId ) : string

Deletes teacher section associations details.

DeleteTeachers ( string accessToken, string teacherId ) : string

Deletes teachers Details.

GetTeacherById ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Get a teacher by their ID

GetTeacherByIdAsync ( string accessToken, string teacherId ) : Task

Get a teacher by their ID

GetTeacherCustom ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets teachers custom details.

GetTeacherCustomAsync ( string accessToken, string teacherId ) : Task

Gets teachers custom details.

GetTeacherSchoolAssociationById ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets teacher school associations by id.

GetTeacherSchoolAssociationCustom ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets teacher school associations custom details.

GetTeacherSchoolAssociationSchools ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets schools within the teacher school associations.

GetTeacherSchoolAssociationTeachers ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets teachers within the teacher school associations.

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

Gets teacher school associations details.

GetTeacherSectionAssociationById ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets teacher section associations details by id.

GetTeacherSectionAssociationCustom ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets teacher section associations custom details.

GetTeacherSectionAssociationSections ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets sections within the teacher section associations.

GetTeacherSectionAssociationTeachers ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets teachers within the teacher section associations.

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

Gets teacher section associations details.

GetTeacherTeacherSchoolAssociationSchools ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets schools in teacher school associations within the teachers.

GetTeacherTeacherSchoolAssociationSchoolsAsync ( string accessToken, string teacherId ) : Task

Gets schools in teacher school associations within the teachers.

GetTeacherTeacherSchoolAssociations ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets teacher school associations within the teachers.

GetTeacherTeacherSchoolAssociationsAsync ( string accessToken, string teacherId ) : Task

Gets teacher school associations within the teachers.

GetTeacherTeacherSectionAssociationSections ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets sections in teacher section associations within the teachers.

GetTeacherTeacherSectionAssociationSectionsAsync ( string accessToken, string teacherId ) : Task

Gets sections in teacher section associations within the teachers.

GetTeacherTeacherSectionAssociations ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray

Gets teacher section associations within the teachers.

GetTeacherTeacherSectionAssociationsAsync ( string accessToken, string teacherId ) : Task

Gets teacher section associations within the teachers.

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

Gets teachers details.

GetTeachersAsync ( string accessToken, int limit, int offset ) : Task

Gets teachers details.

PostTeacherSchoolAssociations ( string accessToken, string data ) : string

Creates teacher school associations details.

PostTeacherSectionAssociations ( string accessToken, string data ) : string

Creates teacher section associations.

PostTeachers ( string accessToken, string data ) : string

Creates teachers Details.

PutTeacherSchoolAssociations ( string accessToken, string data, string teacherId ) : string

Updates teacher school associations details.

PutTeacherSectionAssociations ( string accessToken, string data, string teacherId ) : string

Updates teacher section associations details.

PutTeachers ( string accessToken, string data, string teacherId ) : string

Updates teachers Details.

Method Details

DeleteTeacherSchoolAssociations() public méthode

Deletes teacher school associations details.
public DeleteTeacherSchoolAssociations ( string accessToken, string teacherId ) : string
accessToken string
teacherId string
Résultat string

DeleteTeacherSectionAssociations() public méthode

Deletes teacher section associations details.
public DeleteTeacherSectionAssociations ( string accessToken, string teacherId ) : string
accessToken string
teacherId string
Résultat string

DeleteTeachers() public méthode

Deletes teachers Details.
public DeleteTeachers ( string accessToken, string teacherId ) : string
accessToken string
teacherId string
Résultat string

GetTeacherById() public méthode

Get a teacher by their ID
public GetTeacherById ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherByIdAsync() public méthode

Get a teacher by their ID
public GetTeacherByIdAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Résultat Task

GetTeacherCustom() public méthode

Gets teachers custom details.
public GetTeacherCustom ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherCustomAsync() public méthode

Gets teachers custom details.
public GetTeacherCustomAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Résultat Task

GetTeacherSchoolAssociationById() public méthode

Gets teacher school associations by id.
public GetTeacherSchoolAssociationById ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherSchoolAssociationCustom() public méthode

Gets teacher school associations custom details.
public GetTeacherSchoolAssociationCustom ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherSchoolAssociationSchools() public méthode

Gets schools within the teacher school associations.
public GetTeacherSchoolAssociationSchools ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherSchoolAssociationTeachers() public méthode

Gets teachers within the teacher school associations.
public GetTeacherSchoolAssociationTeachers ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherSchoolAssociations() public méthode

Gets teacher school associations details.
public GetTeacherSchoolAssociations ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherSectionAssociationById() public méthode

Gets teacher section associations details by id.
public GetTeacherSectionAssociationById ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherSectionAssociationCustom() public méthode

Gets teacher section associations custom details.
public GetTeacherSectionAssociationCustom ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherSectionAssociationSections() public méthode

Gets sections within the teacher section associations.
public GetTeacherSectionAssociationSections ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherSectionAssociationTeachers() public méthode

Gets teachers within the teacher section associations.
public GetTeacherSectionAssociationTeachers ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherSectionAssociations() public méthode

Gets teacher section associations details.
public GetTeacherSectionAssociations ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherTeacherSchoolAssociationSchools() public méthode

Gets schools in teacher school associations within the teachers.
public GetTeacherTeacherSchoolAssociationSchools ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherTeacherSchoolAssociationSchoolsAsync() public méthode

Gets schools in teacher school associations within the teachers.
public GetTeacherTeacherSchoolAssociationSchoolsAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Résultat Task

GetTeacherTeacherSchoolAssociations() public méthode

Gets teacher school associations within the teachers.
public GetTeacherTeacherSchoolAssociations ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherTeacherSchoolAssociationsAsync() public méthode

Gets teacher school associations within the teachers.
public GetTeacherTeacherSchoolAssociationsAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Résultat Task

GetTeacherTeacherSectionAssociationSections() public méthode

Gets sections in teacher section associations within the teachers.
public GetTeacherTeacherSectionAssociationSections ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherTeacherSectionAssociationSectionsAsync() public méthode

Gets sections in teacher section associations within the teachers.
public GetTeacherTeacherSectionAssociationSectionsAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Résultat Task

GetTeacherTeacherSectionAssociations() public méthode

Gets teacher section associations within the teachers.
public GetTeacherTeacherSectionAssociations ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Résultat Newtonsoft.Json.Linq.JArray

GetTeacherTeacherSectionAssociationsAsync() public méthode

Gets teacher section associations within the teachers.
public GetTeacherTeacherSectionAssociationsAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Résultat Task

GetTeachers() public méthode

Gets teachers details.
public GetTeachers ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Résultat Newtonsoft.Json.Linq.JArray

GetTeachersAsync() public méthode

Gets teachers details.
public GetTeachersAsync ( string accessToken, int limit, int offset ) : Task
accessToken string
limit int
offset int
Résultat Task

PostTeacherSchoolAssociations() public méthode

Creates teacher school associations details.
public PostTeacherSchoolAssociations ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostTeacherSectionAssociations() public méthode

Creates teacher section associations.
public PostTeacherSectionAssociations ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PostTeachers() public méthode

Creates teachers Details.
public PostTeachers ( string accessToken, string data ) : string
accessToken string
data string
Résultat string

PutTeacherSchoolAssociations() public méthode

Updates teacher school associations details.
public PutTeacherSchoolAssociations ( string accessToken, string data, string teacherId ) : string
accessToken string
data string
teacherId string
Résultat string

PutTeacherSectionAssociations() public méthode

Updates teacher section associations details.
public PutTeacherSectionAssociations ( string accessToken, string data, string teacherId ) : string
accessToken string
data string
teacherId string
Résultat string

PutTeachers() public méthode

Updates teachers Details.
public PutTeachers ( string accessToken, string data, string teacherId ) : string
accessToken string
data string
teacherId string
Résultat string