[]
Abstract base class for classes defining a link target.
public abstract class C1LinkTargetBase
| Name | Description |
|---|---|
| C1LinkTargetBase() |
| Name | Description |
|---|---|
| DocumentAction | Gets the C1DocumentAction object defining the action to execute when navigating by this link. Can be null, in this case C1LinkTargetBase does not change the current document. |
| Name | Description |
|---|---|
| Encode() | For internal use. Encodes this C1LinkTargetBase object to the string, use Parse(string) method to decode. |
| Equals(object) | |
| GetHashCode() | |
| Parse(string) | For internal use. Creates C1LinkTargetBase object from specified string, can return null if string has invalid format. |