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.LibraryAssembly: 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 Name | Description |
|---|---|
| GetCompletionList(String, Int32) | Gets a list of cities in the database which start with the given prefixText. |
Inheritance Hierarchy
System..::.Object
System.ComponentModel..::.MarshalByValueComponent
System.Web.Services..::.WebService
Phoenix.BLL.Library..::.CityCollection
System.ComponentModel..::.MarshalByValueComponent
System.Web.Services..::.WebService
Phoenix.BLL.Library..::.CityCollection
