Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
MethodGroup_Database ( |
public GetChairs ( int facultyId, int offset = null, int count = 100 ) : Task |
||
facultyId | int | |
offset | int | |
count | int | |
return | Task |
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 | |
return | Task |
public GetCountries ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : Task |
||
code | string | |
needAll | bool | |
offset | int | |
count | int | |
return | Task |
public GetFaculties ( int universityId, int offset = null, int count = 100 ) : Task |
||
universityId | int | |
offset | int | |
count | int | |
return | Task |
public GetRegions ( int countryId, string q = "", int offset = null, int count = 100 ) : Task |
||
countryId | int | |
q | string | |
offset | int | |
count | int | |
return | Task |
public GetSchoolClasses ( int countryId ) : Task |
||
countryId | int | |
return | Task |
public GetSchools ( int cityId = null, string q = "", int offset = null, int count = 100 ) : Task |
||
cityId | int | |
q | string | |
offset | int | |
count | int | |
return | Task |
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 | |
return | Task |