Click or drag to resize

Or Constructor (ListICondition)

Initializes a new instance of the Or class

Namespace:  SoftGear.Strix.Client.Core.Model.Manager.Filter
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public Or(
	List<ICondition> conditions
)

Parameters

conditions
Type: System.Collections.GenericListICondition
See Also