TestimoX

API Reference

Class

CxCondition

Namespace ComputerX.Controls
Assembly ComputerX
Modifiers abstract

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: Boolean

Evaluates the condition against a set of host facts.

Parameters

f ComputerX.Controls.CxFacts requiredposition: 0
Facts for the current host.

Returns

true when the condition matches; otherwise false.