API Reference
Class
AnyOf
Logical OR of any condition.
Inheritance
- CxCondition
- AnyOf
Constructors
public AnyOf(IReadOnlyList<CxCondition> items) #Creates a composite OR condition.
Parameters
- items System.Collections.Generic.IReadOnlyList{ComputerX.Controls.CxCondition}
- Conditions to be any true.
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<CxCondition> Items { get; } #Child conditions to evaluate.