com.aspose.diagram
Class RuleInfo

java.lang.Object
    extended by com.aspose.diagram.RuleInfo

public class RuleInfo 
extends java.lang.Object

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


Constructor Summary
RuleInfo(long ruleSetID, long ruleID)
           Constructor.
 
Property Getters/Setters Summary
longgetRuleId()
voidsetRuleId(long)
           Specifies the unique identifier of the validation rule that the parent issue pertains to.
longgetRuleSetId()
voidsetRuleSetId(long)
           Specifies the unique identifier of the validation rule set that the parent issue pertains to.
 

Constructor Detail

RuleInfo

public RuleInfo(long ruleSetID, long ruleID)
Constructor.
Parameters:
ruleSetID -
ruleID -

Property Getters/Setters Detail

getRuleSetId/setRuleSetId

public long getRuleSetId() / public void setRuleSetId(long value)
Specifies the unique identifier of the validation rule set that the parent issue pertains to.

getRuleId/setRuleId

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

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.