This web service provides remote access to the CityCollection which is a collection of cities. Each city stores region name, country name and lat/long position of the city.

Namespace:  Phoenix.BLL.Library
Assembly:  Phoenix.BLL (in Phoenix.BLL.dll) Version: 2.9.3209.25656 (2.9.0.0)

Syntax

C#
public class CityCollection : WebService

Remarks

The following operations are supported.

Method NameDescription
GetCompletionList(String, Int32) Gets a list of cities in the database which start with the given prefixText.

Class diagram

Inheritance Hierarchy

See Also