C# Класс Hyves.Service.CountryService

Represents the service APIs that allow access to information on a country
Показать файл Открыть проект

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

Метод Описание
GetCountries ( Collection countryIDs ) : Collection

Gets the desired information about the specified country. This corresponds to the countries.get Hyves method.

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

Метод Описание
CountryService ( HyvesSession session ) : System

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

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

Gets the desired information about the specified country. This corresponds to the countries.get Hyves method.
public GetCountries ( Collection countryIDs ) : Collection
countryIDs Collection The requested country IDs.
Результат Collection