DocumentNodeHandleT Class

Spotfire 14.2 API Reference
A typed handle to a document node of type T.
Inheritance Hierarchy

SystemObject
  NodeHandle
    Spotfire.Dxp.Framework.DocumentModelDocumentNodeHandle
      Spotfire.Dxp.Framework.DocumentModelDocumentNodeHandleT

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
[NotPersistedAttribute]
public sealed class DocumentNodeHandle<T> : DocumentNodeHandle
where T : DocumentNode

Type Parameters

T
The type of the document node to which this handle refers.

The DocumentNodeHandleT type exposes the following members.

Constructors

  NameDescription
Public methodDocumentNodeHandleT
Initializes a new instance of the DocumentNodeHandleT class.
Top
Properties

  NameDescription
Public propertyNode
Gets the document node that is referred to by the handle. Returns null if the document node has been detached.
Top
Methods

  NameDescription
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class can be used to create a handle to a document node. The document node itself can be retrieved from the handle if it is still attached.
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference