C# 클래스 kasthack.vksharp.RawApi.MethodGroup_Database

파일 보기 프로젝트 열기: kasthack/kasthack.vksharp

공개 메소드들

메소드 설명
GetChairs ( int facultyId, int offset = null, int count = 100 ) : Task
GetCities ( int countryId, int regionId = null, string q = "", bool needAll = false, int offset = null, int count = 100 ) : Task
GetCitiesById ( ) : Task
GetCountries ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : Task
GetCountriesById ( ) : Task
GetFaculties ( int universityId, int offset = null, int count = 100 ) : Task
GetRegions ( int countryId, string q = "", int offset = null, int count = 100 ) : Task
GetSchoolClasses ( int countryId ) : Task
GetSchools ( int cityId = null, string q = "", int offset = null, int count = 100 ) : Task
GetStreetsById ( ) : Task
GetUniversities ( int countryId = null, int cityId = null, string q = "", int offset = null, int count = 100 ) : Task

비공개 메소드들

메소드 설명
MethodGroup_Database ( RawApi parent ) : System

메소드 상세

GetChairs() 공개 메소드

public GetChairs ( int facultyId, int offset = null, int count = 100 ) : Task
facultyId int
offset int
count int
리턴 Task

GetCities() 공개 메소드

public GetCities ( int countryId, int regionId = null, string q = "", bool needAll = false, int offset = null, int count = 100 ) : Task
countryId int
regionId int
q string
needAll bool
offset int
count int
리턴 Task

GetCitiesById() 공개 메소드

public GetCitiesById ( ) : Task
리턴 Task

GetCountries() 공개 메소드

public GetCountries ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : Task
code string
needAll bool
offset int
count int
리턴 Task

GetCountriesById() 공개 메소드

public GetCountriesById ( ) : Task
리턴 Task

GetFaculties() 공개 메소드

public GetFaculties ( int universityId, int offset = null, int count = 100 ) : Task
universityId int
offset int
count int
리턴 Task

GetRegions() 공개 메소드

public GetRegions ( int countryId, string q = "", int offset = null, int count = 100 ) : Task
countryId int
q string
offset int
count int
리턴 Task

GetSchoolClasses() 공개 메소드

public GetSchoolClasses ( int countryId ) : Task
countryId int
리턴 Task

GetSchools() 공개 메소드

public GetSchools ( int cityId = null, string q = "", int offset = null, int count = 100 ) : Task
cityId int
q string
offset int
count int
리턴 Task

GetStreetsById() 공개 메소드

public GetStreetsById ( ) : Task
리턴 Task

GetUniversities() 공개 메소드

public GetUniversities ( int countryId = null, int cityId = null, string q = "", int offset = null, int count = 100 ) : Task
countryId int
cityId int
q string
offset int
count int
리턴 Task