CustomNodes Methods TIBCO Spotfire 7.11 API Reference

The CustomNodes type exposes the following members.

Methods

  Name Description
Public method Add
Adds the specified node.
Public method AddNewIfNeededT
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 method Contains(Type)
Determines whether a CustomNode of the specified type exists in this collection.
Public method Contains(CustomNode)
Determines whether the specified CustomNode exists in this the collection.
Public method ContainsT
Determines whether a CustomNode of the specified type exists in this collection.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Remove
Removes the specified node.
Public method TryGetNode(Type, CustomNode)
Tries to get the CustomNode of the specified type.
Public method TryGetNodeT(T)
Tries to get the CustomNode of the specified type.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference