C# 클래스 inBloomApiLibrary.TeacherDataService

상속: ServiceBase
파일 보기 프로젝트 열기: upeo/inbloom-dotnet

공개 메소드들

메소드 설명
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