Méthode | Description | |
---|---|---|
GetChairs ( int facultyId, int offset = null, int count = 100 ) : Task |
||
GetChairsSync ( int facultyId, int offset = null, int count = 100 ) : EntityList |
||
GetCities ( int countryId, int regionId = null, string q = "", bool needAll = false, int offset = null, int count = 100 ) : Task |
||
GetCitiesById ( ) : Task |
||
GetCitiesByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseCity[] | ||
GetCitiesSync ( int countryId, int regionId = null, string q = "", bool needAll = false, int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseCity[] | ||
GetCountries ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : Task |
||
GetCountriesById ( ) : Task |
||
GetCountriesByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] | ||
GetCountriesSync ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : EntityList |
||
GetFaculties ( int universityId, int offset = null, int count = 100 ) : Task |
||
GetFacultiesSync ( int universityId, int offset = null, int count = 100 ) : EntityList |
||
GetRegions ( int countryId, string q = "", int offset = null, int count = 100 ) : Task |
||
GetRegionsSync ( int countryId, string q = "", int offset = null, int count = 100 ) : EntityList |
||
GetSchoolClasses ( int countryId ) : Task |
||
GetSchoolClassesSync ( int countryId ) : kasthack.vksharp.DataTypes.EntityFragments.DatabaseClass[] | ||
GetSchools ( int cityId = null, string q = "", int offset = null, int count = 100 ) : Task |
||
GetSchoolsSync ( int cityId = null, string q = "", int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] | ||
GetStreetsById ( ) : Task |
||
GetStreetsByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] | ||
GetUniversities ( int countryId = null, int cityId = null, string q = "", int offset = null, int count = 100 ) : Task |
||
GetUniversitiesSync ( int countryId = null, int cityId = null, string q = "", int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] |
Méthode | Description | |
---|---|---|
MethodGroup_Database ( |
public GetChairs ( int facultyId, int offset = null, int count = 100 ) : Task |
||
facultyId | int | |
offset | int | |
count | int | |
Résultat | Task |
public GetChairsSync ( int facultyId, int offset = null, int count = 100 ) : EntityList |
||
facultyId | int | |
offset | int | |
count | int | |
Résultat | EntityList |
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 | |
Résultat | Task |
public GetCitiesByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseCity[] | ||
Résultat | kasthack.vksharp.DataTypes.Entities.DatabaseCity[] |
public GetCitiesSync ( int countryId, int regionId = null, string q = "", bool needAll = false, int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseCity[] | ||
countryId | int | |
regionId | int | |
q | string | |
needAll | bool | |
offset | int | |
count | int | |
Résultat | kasthack.vksharp.DataTypes.Entities.DatabaseCity[] |
public GetCountries ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : Task |
||
code | string | |
needAll | bool | |
offset | int | |
count | int | |
Résultat | Task |
public GetCountriesByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] | ||
Résultat | kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] |
public GetCountriesSync ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : EntityList |
||
code | string | |
needAll | bool | |
offset | int | |
count | int | |
Résultat | EntityList |
public GetFaculties ( int universityId, int offset = null, int count = 100 ) : Task |
||
universityId | int | |
offset | int | |
count | int | |
Résultat | Task |
public GetFacultiesSync ( int universityId, int offset = null, int count = 100 ) : EntityList |
||
universityId | int | |
offset | int | |
count | int | |
Résultat | EntityList |
public GetRegions ( int countryId, string q = "", int offset = null, int count = 100 ) : Task |
||
countryId | int | |
q | string | |
offset | int | |
count | int | |
Résultat | Task |
public GetRegionsSync ( int countryId, string q = "", int offset = null, int count = 100 ) : EntityList |
||
countryId | int | |
q | string | |
offset | int | |
count | int | |
Résultat | EntityList |
public GetSchoolClasses ( int countryId ) : Task |
||
countryId | int | |
Résultat | Task |
public GetSchoolClassesSync ( int countryId ) : kasthack.vksharp.DataTypes.EntityFragments.DatabaseClass[] | ||
countryId | int | |
Résultat | kasthack.vksharp.DataTypes.EntityFragments.DatabaseClass[] |
public GetSchools ( int cityId = null, string q = "", int offset = null, int count = 100 ) : Task |
||
cityId | int | |
q | string | |
offset | int | |
count | int | |
Résultat | Task |
public GetSchoolsSync ( int cityId = null, string q = "", int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] | ||
cityId | int | |
q | string | |
offset | int | |
count | int | |
Résultat | kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] |
public GetStreetsByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] | ||
Résultat | kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] |
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 | |
Résultat | Task |
public GetUniversitiesSync ( int countryId = null, int cityId = null, string q = "", int offset = null, int count = 100 ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] | ||
countryId | int | |
cityId | int | |
q | string | |
offset | int | |
count | int | |
Résultat | kasthack.vksharp.DataTypes.Entities.DatabaseEntry[] |