Click or drag to resize

TextIntervalWeb Class

Data contract for a loacalized text.
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 TextIntervalWeb : IntervalWeb

The TextIntervalWeb type exposes the following members.

Constructors
  NameDescription
Public methodTextIntervalWeb
Top
Properties
  NameDescription
Public propertyAppendedText
Text meant to stand after the autogenerated text.
Public propertyAutoGeneratedTexts
A list of autogenerated texts divided into one description for each applicable attribute group. Autogenerated texts are created based on the values of the associated attributes on a rental object. Thus, the resulting text is a product of the configured attributes on a rental object. It is unlikely that all attribute groups has an associated automatic text. Please note that some rental objects may have elements in this list while the Text property is empty. Other rental objects may have data in both properties, and still others may only have a Text value.
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
A prose text description of the rental object.
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