Click or drag to resize

RoomAttributeWeb Class

Holds a rental object attribute value for a specific room. For instance the number of double beds.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsRoomAttributeWeb

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

The RoomAttributeWeb type exposes the following members.

Constructors
  NameDescription
Public methodRoomAttributeWeb
Top
Properties
  NameDescription
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyName
The name of the attribute
Public propertyValidFrom
Start date. When this attribute is valid.
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
Public propertyValue
The value of the attribute.
Top
Remarks
Attributes holds information about a rental object such as build year, capacity, size, distance to sea etc. All attribute values contains a date pair that determines when the attribute is "active". If an atrtibute value has a date range of 01-01-2015 to 31-12-2015 then it can only be seen as existing on the rental object during that period of time. If the end date is null it means that the attribute has no expiry date.
See Also