Click or drag to resize

AreaWeb Class

An area is always part of a region. An area can either be directly part of a region or indirectly by acting as a sub-area of another larger area. Areas can be modelled as a hierachy where areas are made up of larger areas.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsAreaWeb

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 AreaWeb : DataContractEntityWeb

The AreaWeb type exposes the following members.

Constructors
  NameDescription
Public methodAreaWeb
Top
Properties
  NameDescription
Public propertyAreas
A further list of smaller areas that this area is divided into. This list can be empty if no sub-areas are configured.
Public propertyDescription
The description of this area in the current users language.
Public propertyFerry
True if this area requires a ferry to reach
Public propertyGpsCoordinate
GPS Coordinate of the area
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 area in the current users language.
Top
See Also