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
ExamplesA 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