C# Class VkNet.Categories.DatabaseCategory

Методы для получения справочной информации (страны, города, школы, учебные заведения и т.п.).
Exibir arquivo Open project: vknet/vk Class Usage Examples

Public Methods

Method Description
DatabaseCategory ( VkApi vk ) : System.Collections.Generic

Private Methods

Method Description
GetChairs ( long facultyId, int count = null, int offset = null ) : VkCollection
GetCities ( int countryId, int regionId = null, string query = "", bool needAll = false, int count = null, int offset = null ) : VkCollection
GetCitiesById ( ) : ReadOnlyCollection
GetCountries ( bool needAll = null, IEnumerable codes = null, int count = null, int offset = null ) : VkCollection
GetCountriesById ( ) : ReadOnlyCollection
GetFaculties ( long universityId, int count = null, int offset = null ) : VkCollection
GetRegions ( int countryId, string query = "", int count = null, int offset = null ) : VkCollection
GetSchoolClasses ( long countryId ) : ReadOnlyCollection
GetSchools ( int cityId, string query = "", int offset = null, int count = null ) : VkCollection
GetStreetsById ( ) : ReadOnlyCollection
GetUniversities ( int countryId, int cityId, string query = "", int count = null, int offset = null ) : VkCollection

Method Details

DatabaseCategory() public method

public DatabaseCategory ( VkApi vk ) : System.Collections.Generic
vk VkApi
return System.Collections.Generic