C# Класс inBloomApiLibrary.SectionDataService

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

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

Метод Описание
DeleteSections ( string accessToken, string sectionId ) : string

Deletes sectins details

GetSectionById ( string accessToken, string sectionId ) : Newtonsoft.Json.Linq.JArray

Gets section details by id.

GetSectionByIdAsync ( string accessToken, string sectionId, int limit, int offset ) : Task

Gets section details by id.

GetSectionCustom ( string accessToken, string sectionId ) : Newtonsoft.Json.Linq.JArray

Gets section custom details.

GetSectionCustomAsync ( string accessToken, string sectionId, int limit, int offset ) : Task

Gets section custom details asyncronously.

GetSectionStudentAssociationStudentList ( string accessToken, string sectionId ) : Newtonsoft.Json.Linq.JArray

Gets students details in student section associations within the sections.

GetSectionStudentAssociationStudentList ( string accessToken, string sectionId, int limit, int offset, string views ) : Newtonsoft.Json.Linq.JArray

Gets students details in student section associations within the sections.

GetSectionStudentAssociationStudentListAsync ( string accessToken, string sectionId, int limit, int offset, string views ) : Task

Gets students details in student section associations within the sections asynchronously.

GetSectionStudentAssociations ( string accessToken, string sectionId ) : Newtonsoft.Json.Linq.JArray

Gets Student section associations details within the sections.

GetSectionStudentAssociationsAsync ( string accessToken, string sectionId, int limit, int offset ) : Task

Gets Student section associations details within the sections.

GetSectionTeacherAssociationTeacherList ( string accessToken, string sectionId ) : Newtonsoft.Json.Linq.JArray

Gets teachers in teacher section associations within the sections.

GetSectionTeacherAssociationTeacherListAsync ( string accessToken, string sectionId, int limit, int offset ) : Task

Gets teachers in teacher section associations within the sections.

GetSectionTeacherAssociations ( string accessToken, string sectionId ) : Newtonsoft.Json.Linq.JArray

Gets teacher section associations within the sections.

GetSectionTeacherAssociationsAsync ( string accessToken, string sectionId, int limit, int offset ) : Task

Gets teacher section associations within the sections.

GetSections ( string accessToken, string userId ) : Newtonsoft.Json.Linq.JArray

Gets sections details.

GetSectionsAsync ( string accessToken, string userId, int limit, int offset ) : Task

Gets sections details asyncronously.

PostSections ( string accessToken, string data ) : string

Creates sections details

PutSections ( string accessToken, string data, string sectionId ) : string

Update sections details

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

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

Deletes sectins details
public DeleteSections ( string accessToken, string sectionId ) : string
accessToken string
sectionId string
Результат string

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

Gets section details by id.
public GetSectionById ( string accessToken, string sectionId ) : Newtonsoft.Json.Linq.JArray
accessToken string Access token has to send
sectionId string User id has to send
Результат Newtonsoft.Json.Linq.JArray

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

Gets section details by id.
public GetSectionByIdAsync ( string accessToken, string sectionId, int limit, int offset ) : Task
accessToken string Access token has to send
sectionId string User id has to send
limit int
offset int
Результат Task

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

Gets section custom details.
public GetSectionCustom ( string accessToken, string sectionId ) : Newtonsoft.Json.Linq.JArray
accessToken string Access token has to send
sectionId string User id has to send
Результат Newtonsoft.Json.Linq.JArray

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

Gets section custom details asyncronously.
public GetSectionCustomAsync ( string accessToken, string sectionId, int limit, int offset ) : Task
accessToken string Access token has to send
sectionId string User id has to send
limit int
offset int
Результат Task

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

Gets students details in student section associations within the sections.
public GetSectionStudentAssociationStudentList ( string accessToken, string sectionId ) : Newtonsoft.Json.Linq.JArray
accessToken string
sectionId string
Результат Newtonsoft.Json.Linq.JArray

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

Gets students details in student section associations within the sections.
public GetSectionStudentAssociationStudentList ( string accessToken, string sectionId, int limit, int offset, string views ) : Newtonsoft.Json.Linq.JArray
accessToken string
sectionId string
limit int Max number of sections to return(optional)
offset int Starting position of result set(optional)
views string View name (optional)
Результат Newtonsoft.Json.Linq.JArray

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

Gets students details in student section associations within the sections asynchronously.
public GetSectionStudentAssociationStudentListAsync ( string accessToken, string sectionId, int limit, int offset, string views ) : Task
accessToken string
sectionId string
limit int Max number of sections to return(optional)
offset int Starting position of result set(optional)
views string View name (optional)
Результат Task

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

Gets Student section associations details within the sections.
public GetSectionStudentAssociations ( string accessToken, string sectionId ) : Newtonsoft.Json.Linq.JArray
accessToken string
sectionId string
Результат Newtonsoft.Json.Linq.JArray

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

Gets Student section associations details within the sections.
public GetSectionStudentAssociationsAsync ( string accessToken, string sectionId, int limit, int offset ) : Task
accessToken string
sectionId string
limit int
offset int
Результат Task

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

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

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

Gets teachers in teacher section associations within the sections.
public GetSectionTeacherAssociationTeacherListAsync ( string accessToken, string sectionId, int limit, int offset ) : Task
accessToken string
sectionId string
limit int Max number of sections to return(optional)
offset int Starting position of result set(optional)
Результат Task

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

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

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

Gets teacher section associations within the sections.
public GetSectionTeacherAssociationsAsync ( string accessToken, string sectionId, int limit, int offset ) : Task
accessToken string
sectionId string
limit int
offset int
Результат Task

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

Gets sections details.
public GetSections ( string accessToken, string userId ) : Newtonsoft.Json.Linq.JArray
accessToken string Access token has to send
userId string User id has to send
Результат Newtonsoft.Json.Linq.JArray

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

Gets sections details asyncronously.
public GetSectionsAsync ( string accessToken, string userId, int limit, int offset ) : Task
accessToken string Access token has to send
userId string User id has to send
limit int
offset int
Результат Task

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

Creates sections details
public PostSections ( string accessToken, string data ) : string
accessToken string
data string
Результат string

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

Update sections details
public PutSections ( string accessToken, string data, string sectionId ) : string
accessToken string
data string
sectionId string
Результат string