Constructor Summary |
---|
Rule()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getCategory() | |
method | setCategory(value) | |
Specifies the text displayed in the Category column of the Issues window. Default is an empty string. | ||
method | getDescription() | |
method | setDescription(value) | |
the description of the validation rule that appears in the user interface. Default is "Unknown". | ||
method | getID() | |
method | setID(value) | |
Specifies the unique identifier of the validation rule. | ||
method | getIgnored() | |
method | setIgnored(value) | |
Specifies whether the validation rule is currently ignored. Default is False. The value of the property is BOOL integer constant. | ||
method | getNameU() | |
method | setNameU(value) | |
Specifies the universal name of the validation rule. | ||
method | getRuleFilter() | |
method | setRuleFilter(value) | |
Specifies the logical expression that determines whether the validation rule should be applied to a target object. | ||
method | getRuleTarget() | |
method | setRuleTarget(value) | |
Specifies the type of object to which the validation rule applies. The value of the property is VisRuleTargetsValue integer constant. | ||
method | getRuleTest() | |
method | setRuleTest(value) | |
Specifies the logical expression that determines whether the target object satisfies the validation rule |
RuleValue getRuleFilter() / setRuleFilter(value)
RuleValue getRuleTest() / setRuleTest(value)
long getID() / setID(value)
String getNameU() / setNameU(value)
String getCategory() / setCategory(value)
String getDescription() / setDescription(value)
int getRuleTarget() / setRuleTarget(value)
int getIgnored() / setIgnored(value)