API Reference
Class
CxCondition
Declarative applicability predicates used by controls to determine whether a host should be evaluated. Compose using CxWhere helpers.
Inheritance
- Object
- CxCondition
Methods
public abstract Boolean Match(CxFacts f) #Returns:
BooleanEvaluates the condition against a set of host facts.
Parameters
- f ComputerX.Controls.CxFacts
- Facts for the current host.
Returns
true when the condition matches; otherwise false.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object