RuleInfo Class

Specifies information about the validation rule that the parent validation issue pertains to.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramRuleInfo

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class RuleInfo

The RuleInfo type exposes the following members.

Constructors
  NameDescription
Public methodRuleInfo
Constructor.
Properties
  NameDescription
Public propertyRuleId
Specifies the unique identifier of the validation rule that the parent issue pertains to.
Public propertyRuleSetId
Specifies the unique identifier of the validation rule set that the parent issue pertains to.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also