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: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public interface INodeContext
The INodeContext type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetAncestorT |
Returns the closest ancestor node of type T,
or null if no such ancestor is found.
| |
| GetServiceT | Gets the service object of the specified type.
| |
| IsDescendantOf | Determines whether this instance is a descendant of the specified node.
Note: A node is not considered a descendant of itself.
|
Version Information
See Also