C# Class inBloomApiLibrary.SchoolDataService

Inheritance: ServiceBase
显示文件 Open project: upeo/inbloom-dotnet

Public Methods

Method Description
DeleteSchools ( string accessToken, string schoolId ) : string

Deletes Schools details

GetSchoolCustom ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray

Gets schools custom details.

GetSchoolSections ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray

Gets sections within the schools.

GetSchoolStudentSchoolAssociationStudents ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray

Gets students in student school associations within the schools.

GetSchoolStudentSchoolAssociations ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray

Gets student school associations within the schools.

GetSchoolTeacherSchoolAssociationTeachers ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray

Gets teachers in teacher school associations within the schools.

GetSchoolTeacherSchoolAssociations ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray

Gets teacher school associations within the schools.

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

Gets schools details.

PostSchools ( string accessToken, string data ) : string

Creates Schools details

PutSchools ( string accessToken, string Data, string schoolId ) : string

Updates Schools details

Method Details

DeleteSchools() public method

Deletes Schools details
public DeleteSchools ( string accessToken, string schoolId ) : string
accessToken string
schoolId string
return string

GetSchoolCustom() public method

Gets schools custom details.
public GetSchoolCustom ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray
accessToken string
schoolId string
return Newtonsoft.Json.Linq.JArray

GetSchoolSections() public method

Gets sections within the schools.
public GetSchoolSections ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray
accessToken string
schoolId string
return Newtonsoft.Json.Linq.JArray

GetSchoolStudentSchoolAssociationStudents() public method

Gets students in student school associations within the schools.
public GetSchoolStudentSchoolAssociationStudents ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray
accessToken string
schoolId string
return Newtonsoft.Json.Linq.JArray

GetSchoolStudentSchoolAssociations() public method

Gets student school associations within the schools.
public GetSchoolStudentSchoolAssociations ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray
accessToken string
schoolId string
return Newtonsoft.Json.Linq.JArray

GetSchoolTeacherSchoolAssociationTeachers() public method

Gets teachers in teacher school associations within the schools.
public GetSchoolTeacherSchoolAssociationTeachers ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray
accessToken string
schoolId string
return Newtonsoft.Json.Linq.JArray

GetSchoolTeacherSchoolAssociations() public method

Gets teacher school associations within the schools.
public GetSchoolTeacherSchoolAssociations ( string accessToken, string schoolId ) : Newtonsoft.Json.Linq.JArray
accessToken string
schoolId string
return Newtonsoft.Json.Linq.JArray

GetSchools() public method

Gets schools details.
public GetSchools ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
return Newtonsoft.Json.Linq.JArray

PostSchools() public method

Creates Schools details
public PostSchools ( string accessToken, string data ) : string
accessToken string
data string
return string

PutSchools() public method

Updates Schools details
public PutSchools ( string accessToken, string Data, string schoolId ) : string
accessToken string
Data string
schoolId string
return string