CLab# 1.0 API Documentation

Clab.GetValidDomainsExtraRule Method (String, String)

Gets the valid domains for extra rule added by the user. The rule in this case is a chosen domain value for a single variable.

public ValidDomains GetValidDomainsExtraRule(
   String variable,
   String selectedDomain
);

Parameters

String
The variable that has been assigned a domain value by the user.
String
The selected domain value for the variable.

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