Click or drag to resize

AttributeBaseWebOrGroup Property

A list of other attribute criteria that should form an OR group when passed into the search engine. If the parent attribute is of type Attribute, then the parent attribute criteria value will be added to the OR group. If the parent attribute is of type OrGroup, then only the members of this OrGroup collection will form the Or group.

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

Property Value

Type: IListAttributeBaseWeb
Remarks
Please note that to negate the result of an or-group set the [!:Negate>] property to true ONLY on the or-group parent AttributeBaseWeb. Individual negates in the members of an or-group are ignored!
See Also