C# 클래스 kasthack.vksharp.RequestApi.MethodGroup_database

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

공개 메소드들

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

비공개 메소드들

메소드 설명
MethodGroup_database ( RequestApi parent ) : System

메소드 상세

GetChairs() 공개 메소드

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

GetCities() 공개 메소드

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

GetCitiesById() 공개 메소드

public GetCitiesById ( ) : Request
리턴 Request

GetCountries() 공개 메소드

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

GetCountriesById() 공개 메소드

public GetCountriesById ( ) : Request
리턴 Request

GetFaculties() 공개 메소드

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

GetRegions() 공개 메소드

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

GetSchoolClasses() 공개 메소드

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

GetSchools() 공개 메소드

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

GetStreetsById() 공개 메소드

public GetStreetsById ( ) : Request
리턴 Request

GetUniversities() 공개 메소드

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