Manages the Mods in a document. There is one instance of the ModManager in each document and
it is owned by the Document.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.ModsModManager
Namespace: Spotfire.Dxp.Application.Mods
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(64, 0)] public sealed class ModManager : DocumentNode
The ModManager type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVisualizationModsIncludingPinned |
Enumerates all visualization mods embedded in the document as well as all visualization mods that have been pinned by the current user.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryLoadVisualizationModFromLibrary |
Tries to load a Visualization Mod from the specified libraryItem in the library.
|
Explicit Interface Implementations
Version Information
Supported in: 14.7, 14.6, 14.5
See Also