Click or drag to resize

AttributeBaseWebComparerType Property

When an attribute is used as a search criteria in a rental objects search, this property determines how the attribute, by default, is interpreted.

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 ComparerTypeWebEnum ComparerType { get; set; }

Property Value

Type: ComparerTypeWebEnum
Examples
A rental object search where only rental objects that are 1000m or closer to the sea should be returned: The Attribute "Distance to sea" is used. The value is set to 1000. The ComparerType is set to LessThanOrEqual.
See Also