INodeContext Interface

Spotfire 14.3 API Reference
An interface which declares methods for accessing the context of a node.

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

C#
public interface INodeContext

The INodeContext type exposes the following members.

Methods

  NameDescription
Public methodGetAncestorT
Returns the closest ancestor node of type T, or null if no such ancestor is found.
Public methodGetServiceT
Gets the service object of the specified type.
Public methodIsDescendantOf
Determines whether this instance is a descendant of the specified node. Note: A node is not considered a descendant of itself.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference