Click or drag to resize

SearchCriteriaAttributes Property

The attributes and their desired values to include in the search

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<AttributeBaseWeb> Attributes { get; set; }

Property Value

Type: IListAttributeBaseWeb
Remarks
This property is optional. Since returning all attributes for all rental object search results would be too time consuming a spoecific (small) list of attributes can be provided for the search to return values for. .
See Also