C# Класс Sage.Integration.Northwind.Application.Toolkit.CountryCodes

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CountryCodes ( ) : System
GetCountry ( string countryCode ) : string
GetCountryCode ( string country ) : string
extractCountry ( string &Address ) : string

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

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

public CountryCodes ( ) : System
Результат System

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

public GetCountry ( string countryCode ) : string
countryCode string
Результат string

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

public GetCountryCode ( string country ) : string
country string
Результат string

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

public extractCountry ( string &Address ) : string
Address string
Результат string