API Reference
Class
AllOf
Logical AND of all conditions.
Inheritance
- CxCondition
- AllOf
Constructors
public AllOf(IReadOnlyList<CxCondition> items) #Creates a composite AND condition.
Parameters
- items System.Collections.Generic.IReadOnlyList{ComputerX.Controls.CxCondition}
- Conditions to be all 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.