C# Class kasthack.vksharp.RequestApi.MethodGroup_database

Datei anzeigen Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
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

Private Methods

Method Description
MethodGroup_database ( RequestApi parent ) : System

Method Details

GetChairs() public method

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

GetCities() public method

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
return Request

GetCitiesById() public method

public GetCitiesById ( ) : Request
return Request

GetCountries() public method

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

GetCountriesById() public method

public GetCountriesById ( ) : Request
return Request

GetFaculties() public method

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

GetRegions() public method

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

GetSchoolClasses() public method

public GetSchoolClasses ( int countryId ) : Request
countryId int
return Request

GetSchools() public method

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

GetStreetsById() public method

public GetStreetsById ( ) : Request
return Request

GetUniversities() public method

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
return Request