Click or drag to resize

DetailsResultAutogeneratedTexts Property

A list of autogenerated text (by attribute group). . 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
Remarks
Gets and sets the content of the same field(base._autogeneratedText) as RentalObjectSearchItemWeb.Text. But this old property has been preserved so an update of all webclients calling the Details method can be avoided.
See Also