Click or drag to resize

RegionWeb Class

A country is typically divided into several large regions. Each region contains 1-n areas which again can hold additional areas. A region can not contain other regions.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsRegionWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class RegionWeb : DataContractEntityWeb

The RegionWeb type exposes the following members.

Constructors
  NameDescription
Public methodRegionWeb
Top
Properties
  NameDescription
Public propertyAreas
A list of areas that this region is divided into
Public propertyCountryIsoCode
ISO 3166-1 country code.
Public propertyDescription
The description of this region.
Public propertyFerry
True if this region requires a ferry to reach
Public propertyGpsCoordinate
GPS Coordinate of the region
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyName
The name of this region.
Top
See Also