asposediagram.api

Class RuleInfo

Specifies information about the validation rule that the parent validation issue pertains to.

Constructor Summary
RuleInfo(ruleSetID, ruleID)
Constructor.
 
Property Getters/Setters Summary
methodgetRuleId()
method
setRuleId(value)
           Specifies the unique identifier of the validation rule that the parent issue pertains to.
methodgetRuleSetId()
method
           Specifies the unique identifier of the validation rule set that the parent issue pertains to.
 

    • Constructor Detail

      • RuleInfo

        RuleInfo(ruleSetID, ruleID)
        Constructor.
        Parameters:
        ruleSetID: long -
        ruleID: long -
    • Property Getters/Setters Detail

      • getRuleSetId/setRuleSetId : long 

        long getRuleSetId() / setRuleSetId(value)
        
        Specifies the unique identifier of the validation rule set that the parent issue pertains to.
      • getRuleId/setRuleId : long 

        long getRuleId() / setRuleId(value)
        
        Specifies the unique identifier of the validation rule that the parent issue pertains to.