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