Click or drag to resize

RoomWeb Class

This object contains information for a room in a rental object.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsRoomWeb

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

The RoomWeb type exposes the following members.

Constructors
  NameDescription
Public methodRoomWeb
Top
Properties
  NameDescription
Public propertyAttributes
The list of attributes available in this room
Public propertyFloor
The floor number where this room is located in the rental object
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyRoomTypeId
The Id of the associated room type
Public propertyRoomTypeName
The name of the associated room type
Public propertySummary
Total Summary of the attribute values in the Attributes list.
Top
See Also