Click or drag to resize

RentalObjectSearchItemWebAutogeneratedTexts1 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> AutogeneratedTexts1 { get; set; }

Property Value

Type: IListAttributeGroupTextWeb
Remarks
Gets and sets the content of the same field(this._autogeneratedText) as DetailResult.Text. But this new property has been added so an update of all webclients calling the Details method can avoided.
See Also