[]
        
(Showing Draft Content)

C1.Document.C1LinkTargetBase

C1LinkTargetBase Class

Abstract base class for classes defining a link target.

Inheritance
C1LinkTargetBase
Namespace: C1.Document
Assembly: C1.Document.dll
Syntax
public abstract class C1LinkTargetBase

Constructors

Name Description
C1LinkTargetBase()

Properties

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.

Methods

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.