Locator
Locator class
The base abstract class of Xlink with Locator type.
public abstract class Locator : Xlink
Constructors
Name |
Description |
Locator() |
Initializes a new instance of Locator class. |
Properties
Name |
Description |
Href { get; set; } |
Gets or sets the href URI of the locator. |
Label { get; set; } |
Gets or sets the label of the locator. |
Role { get; set; } |
Gets or sets the role of the locator. |
Title { get; set; } |
Gets or sets the title of the locator. |
Type { get; } |
Gets the link type. |
See Also