Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the context of this node.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Adds the specified node.
The node to add.
Adds a new node of the specified type if required. If a node of the specified type is already present in the collection, it is returned and nothing is added.
Generic type argument
A node of the speicifed type.
Determines whether the specified Spotfire.Dxp.Application.Extension.CustomNode exists in this the collection.
Determines whether a Spotfire.Dxp.Application.Extension.CustomNode of the specified type exists in this collection.
The node type.
Determines whether a Spotfire.Dxp.Application.Extension.CustomNode of the specified type exists in this collection.
Generic type argument
Removes the specified node.
The node to remove.
true if node was successfully removed; otherwise, false. This method also returns false if node is not found.
Tries to get the Spotfire.Dxp.Application.Extension.CustomNode of the specified type.
The node type.
The reference to be set.
Tries to get the Spotfire.Dxp.Application.Extension.CustomNode of the specified type.
Generic type argument
The reference to be set.
Represents a collection of custom nodes.
Since
2.0