java.lang.Object
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 |
long | getRuleId() | |
void | setRuleId(long) | |
|
Specifies the unique identifier of the validation rule that the parent issue pertains to.
|
long | getRuleSetId() | |
void | setRuleSetId(long) | |
|
Specifies the unique identifier of the validation rule set that the parent issue pertains to.
|
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.