Click or drag to resize

RentalObjectCategoryWeb Class

Category for a rental object.
Inheritance Hierarchy

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 RentalObjectCategoryWeb : IntervalWeb

The RentalObjectCategoryWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalObjectCategoryWeb
Top
Properties
  NameDescription
Public propertyCategoryId
The Id of the category entity.
Public propertyCategoryName
The name of the category.
Public propertyGrade
The minimum grade required to reach this category.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyInspectedLast
When was the rental object inspected in connection with this categorisation.
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
Remarks
Categories are a subdivision of rental objects into different types. For example: Business class, Luxury, Standard etc.
See Also