C# Класс inBloomApiLibrary.TeacherDataService

Наследование: ServiceBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

DeleteTeacherSchoolAssociations() публичный Метод

Deletes teacher school associations details.
public DeleteTeacherSchoolAssociations ( string accessToken, string teacherId ) : string
accessToken string
teacherId string
Результат string

DeleteTeacherSectionAssociations() публичный Метод

Deletes teacher section associations details.
public DeleteTeacherSectionAssociations ( string accessToken, string teacherId ) : string
accessToken string
teacherId string
Результат string

DeleteTeachers() публичный Метод

Deletes teachers Details.
public DeleteTeachers ( string accessToken, string teacherId ) : string
accessToken string
teacherId string
Результат string

GetTeacherById() публичный Метод

Get a teacher by their ID
public GetTeacherById ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherByIdAsync() публичный Метод

Get a teacher by their ID
public GetTeacherByIdAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Результат Task

GetTeacherCustom() публичный Метод

Gets teachers custom details.
public GetTeacherCustom ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherCustomAsync() публичный Метод

Gets teachers custom details.
public GetTeacherCustomAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Результат Task

GetTeacherSchoolAssociationById() публичный Метод

Gets teacher school associations by id.
public GetTeacherSchoolAssociationById ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherSchoolAssociationCustom() публичный Метод

Gets teacher school associations custom details.
public GetTeacherSchoolAssociationCustom ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherSchoolAssociationSchools() публичный Метод

Gets schools within the teacher school associations.
public GetTeacherSchoolAssociationSchools ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherSchoolAssociationTeachers() публичный Метод

Gets teachers within the teacher school associations.
public GetTeacherSchoolAssociationTeachers ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherSchoolAssociations() публичный Метод

Gets teacher school associations details.
public GetTeacherSchoolAssociations ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherSectionAssociationById() публичный Метод

Gets teacher section associations details by id.
public GetTeacherSectionAssociationById ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherSectionAssociationCustom() публичный Метод

Gets teacher section associations custom details.
public GetTeacherSectionAssociationCustom ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherSectionAssociationSections() публичный Метод

Gets sections within the teacher section associations.
public GetTeacherSectionAssociationSections ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherSectionAssociationTeachers() публичный Метод

Gets teachers within the teacher section associations.
public GetTeacherSectionAssociationTeachers ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherSectionAssociations() публичный Метод

Gets teacher section associations details.
public GetTeacherSectionAssociations ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherTeacherSchoolAssociationSchools() публичный Метод

Gets schools in teacher school associations within the teachers.
public GetTeacherTeacherSchoolAssociationSchools ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherTeacherSchoolAssociationSchoolsAsync() публичный Метод

Gets schools in teacher school associations within the teachers.
public GetTeacherTeacherSchoolAssociationSchoolsAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Результат Task

GetTeacherTeacherSchoolAssociations() публичный Метод

Gets teacher school associations within the teachers.
public GetTeacherTeacherSchoolAssociations ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherTeacherSchoolAssociationsAsync() публичный Метод

Gets teacher school associations within the teachers.
public GetTeacherTeacherSchoolAssociationsAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Результат Task

GetTeacherTeacherSectionAssociationSections() публичный Метод

Gets sections in teacher section associations within the teachers.
public GetTeacherTeacherSectionAssociationSections ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherTeacherSectionAssociationSectionsAsync() публичный Метод

Gets sections in teacher section associations within the teachers.
public GetTeacherTeacherSectionAssociationSectionsAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Результат Task

GetTeacherTeacherSectionAssociations() публичный Метод

Gets teacher section associations within the teachers.
public GetTeacherTeacherSectionAssociations ( string accessToken, string teacherId ) : Newtonsoft.Json.Linq.JArray
accessToken string
teacherId string
Результат Newtonsoft.Json.Linq.JArray

GetTeacherTeacherSectionAssociationsAsync() публичный Метод

Gets teacher section associations within the teachers.
public GetTeacherTeacherSectionAssociationsAsync ( string accessToken, string teacherId ) : Task
accessToken string
teacherId string
Результат Task

GetTeachers() публичный Метод

Gets teachers details.
public GetTeachers ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Результат Newtonsoft.Json.Linq.JArray

GetTeachersAsync() публичный Метод

Gets teachers details.
public GetTeachersAsync ( string accessToken, int limit, int offset ) : Task
accessToken string
limit int
offset int
Результат Task

PostTeacherSchoolAssociations() публичный Метод

Creates teacher school associations details.
public PostTeacherSchoolAssociations ( string accessToken, string data ) : string
accessToken string
data string
Результат string

PostTeacherSectionAssociations() публичный Метод

Creates teacher section associations.
public PostTeacherSectionAssociations ( string accessToken, string data ) : string
accessToken string
data string
Результат string

PostTeachers() публичный Метод

Creates teachers Details.
public PostTeachers ( string accessToken, string data ) : string
accessToken string
data string
Результат string

PutTeacherSchoolAssociations() публичный Метод

Updates teacher school associations details.
public PutTeacherSchoolAssociations ( string accessToken, string data, string teacherId ) : string
accessToken string
data string
teacherId string
Результат string

PutTeacherSectionAssociations() публичный Метод

Updates teacher section associations details.
public PutTeacherSectionAssociations ( string accessToken, string data, string teacherId ) : string
accessToken string
data string
teacherId string
Результат string

PutTeachers() публичный Метод

Updates teachers Details.
public PutTeachers ( string accessToken, string data, string teacherId ) : string
accessToken string
data string
teacherId string
Результат string