C# Класс kasthack.vksharp.Api.MethodGroup_Database

Показать файл Открыть проект

Открытые методы

Метод Описание
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[]

Приватные методы

Метод Описание
MethodGroup_Database ( Api parent ) : System

Описание методов

GetChairs() публичный Метод

public GetChairs ( int facultyId, int offset = null, int count = 100 ) : Task>
facultyId int
offset int
count int
Результат Task>

GetChairsSync() публичный Метод

public GetChairsSync ( int facultyId, int offset = null, int count = 100 ) : EntityList
facultyId int
offset int
count int
Результат EntityList

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

GetCitiesByIdSync() публичный Метод

public GetCitiesByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseCity[]
Результат kasthack.vksharp.DataTypes.Entities.DatabaseCity[]

GetCitiesSync() публичный Метод

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
Результат kasthack.vksharp.DataTypes.Entities.DatabaseCity[]

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

GetCountriesByIdSync() публичный Метод

public GetCountriesByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]
Результат kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]

GetCountriesSync() публичный Метод

public GetCountriesSync ( string code = "", bool needAll = false, int offset = null, int count = 100 ) : EntityList
code string
needAll bool
offset int
count int
Результат EntityList

GetFaculties() публичный Метод

public GetFaculties ( int universityId, int offset = null, int count = 100 ) : Task>
universityId int
offset int
count int
Результат Task>

GetFacultiesSync() публичный Метод

public GetFacultiesSync ( int universityId, int offset = null, int count = 100 ) : EntityList
universityId int
offset int
count int
Результат EntityList

GetRegions() публичный Метод

public GetRegions ( int countryId, string q = "", int offset = null, int count = 100 ) : Task>
countryId int
q string
offset int
count int
Результат Task>

GetRegionsSync() публичный Метод

public GetRegionsSync ( int countryId, string q = "", int offset = null, int count = 100 ) : EntityList
countryId int
q string
offset int
count int
Результат EntityList

GetSchoolClasses() публичный Метод

public GetSchoolClasses ( int countryId ) : Task
countryId int
Результат Task

GetSchoolClassesSync() публичный Метод

public GetSchoolClassesSync ( int countryId ) : kasthack.vksharp.DataTypes.EntityFragments.DatabaseClass[]
countryId int
Результат kasthack.vksharp.DataTypes.EntityFragments.DatabaseClass[]

GetSchools() публичный Метод

public GetSchools ( int cityId = null, string q = "", int offset = null, int count = 100 ) : Task
cityId int
q string
offset int
count int
Результат Task

GetSchoolsSync() публичный Метод

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
Результат kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]

GetStreetsById() публичный Метод

public GetStreetsById ( ) : Task
Результат Task

GetStreetsByIdSync() публичный Метод

public GetStreetsByIdSync ( ) : kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]
Результат kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]

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

GetUniversitiesSync() публичный Метод

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
Результат kasthack.vksharp.DataTypes.Entities.DatabaseEntry[]