TextIntervalWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class TextIntervalWeb : IntervalWeb
The TextIntervalWeb type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextIntervalWeb |
Name | Description | |
---|---|---|
![]() | AppendedText |
Text meant to stand after the autogenerated text.
|
![]() | AutoGeneratedTexts |
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.
|
![]() | Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) |
![]() | IsoLanguageCode |
ISO 3166-1 language code.
|
![]() | Text |
A prose text description of the rental object.
|
![]() | ValidFrom |
Start date
(Inherited from IntervalWeb.) |
![]() | ValidTo |
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.) |