CLab# 1.0 API Documentation

Clab.GetValidDomainsExtraRule Method (Expression)

Gets the valid domains for an extra rule. The rule can be any expression.

public ValidDomains GetValidDomainsExtraRule(
   Expression expr
);

Parameters

Expression
The added expression.

Return Value

The valid domains after search with the extra rule added.

Exceptions

Exception Type Condition
ClabException  

See Also

Clab Class | CLab Namespace | Clab.GetValidDomainsExtraRule Overload List