RoomAttributeWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class RoomAttributeWeb : DataContractEntityWeb
The RoomAttributeWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| RoomAttributeWeb |
| Name | Description | |
|---|---|---|
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| Name |
The name of the attribute
| |
| ValidFrom |
Start date. When this attribute is valid.
| |
| ValidTo |
End date. If null, the interval is seen as having no expiration.
| |
| Value |
The value of the attribute. |