Click or drag to resize

TextIntervalWebAutoGeneratedTexts Property

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.

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 IList<AttributeGroupTextWeb> AutoGeneratedTexts { get; set; }

Property Value

Type: IListAttributeGroupTextWeb
See Also