Click or drag to resize

City Class

City.

E.g. 21 (CountyCode), 3369 (CityCode), Stocholm (Name).
Inheritance Hierarchy
SystemObject
  FRAM.WcfService.Public.ModelsCity

Namespace: FRAM.WcfService.Public.Models
Assembly: FRAM.WcfService.Public (in FRAM.WcfService.Public.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class City

The City type exposes the following members.

Constructors
 NameDescription
Public methodCityInitializes a new instance of the City class
Top
Properties
 NameDescription
Public propertyCityCode City code.

E.g. 3369 for Stockholm.
Public propertyCountyCode County code.

E.g. 1 for Stockholms län.
Public propertyName Name of city.

E.g. Stockholm.
Top
See Also