API Reference / RuleLinkAPI ReferenceClass RuleLinkEdit on GitHubNamespace TestimoX.DefinitionsAssembly TestimoXSource TestimoX/Definitions/RuleLink.cs:32Modifiers sealedLink from a rule to an external document/resource.InheritanceObjectRuleLinkFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic RuleLink() #TestimoX/Definitions/RuleLink.cs:32Inherited Methodspublic override Boolean Equals(Object obj) #TestimoX/Testing/ScaleDefinition.cs:47Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #TestimoX/Testing/ScaleDefinition.cs:33Returns: Int32Inherited from Objectpublic Type GetType() #TestimoX/Testing/ScaleDefinition.cs:43Returns: TypeInherited from Objectpublic override String ToString() #TestimoX/Testing/ScaleDefinition.cs:47Returns: StringInherited from ObjectPropertiespublic RuleLinkRelation Relation { get; set; } #TestimoX/Definitions/RuleLink.cs:30Relationship kind to the target rule/document.public String TargetRuleName { get; set; } #TestimoX/Definitions/RuleLink.cs:32Target rule name (for intra-project links) or identifier.public String Note { get; set; } #TestimoX/Definitions/RuleLink.cs:34Optional note describing the relationship.