Click or drag to resize

RentalObjectCommentWeb Class

Comment for a rental object covering a specific date interval.
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 RentalObjectCommentWeb : IntervalWeb

The RentalObjectCommentWeb type exposes the following members.

Constructors
  NameDescription
Public methodRentalObjectCommentWeb
Top
Properties
  NameDescription
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyIsoLanguageCode
ISO 3166-1 language code.
Public propertyText
The description of this area in the current language.
Public propertyType
The comment type: Only RentalAgreement and Catalogue comments are exposed on the web.
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
See Also