CustomNodes Methods

Spotfire 14.3 API Reference

The CustomNodes type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds the specified node.
Public methodAddNewIfNeededT
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.
Public methodContains(Type)
Determines whether a CustomNode of the specified type exists in this collection.
Public methodContains(CustomNode)
Determines whether the specified CustomNode exists in this the collection.
Public methodContainsT
Determines whether a CustomNode of the specified type exists in this collection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes the specified node.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetNode(Type, CustomNode)
Tries to get the CustomNode of the specified type.
Public methodTryGetNodeT(T)
Tries to get the CustomNode of the specified type.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
See Also

Reference