ExportToolT Methods

Spotfire 14.2 API Reference

The ExportToolT generic type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Executes the tool for the specified context. If IsEnabled(TContext) returns false, this method does nothing.
(Inherited from ToolTContext.)
Public methodExecuteAndPrompt
Executes the tool for the specified context. If IsEnabled(TContext) returns false, this method does nothing.
(Inherited from ToolTContext.)
Protected methodExecuteAndPromptCore
Implement this method to perform tool-specific logic.
(Inherited from ToolTContext.)
Protected methodExecuteCore(T)
Implement this method to perform tool-specific logic.
(Overrides ToolTContextExecuteCore(TContext).)
Protected methodCode exampleExecuteCore(T, ExportResult)
Implement this method to perform tool specific logic. This method will always be executed as a top-level progress operation.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetSupportsPromptingCore
Override this method to return a value indicating whether this tool supports the ExecuteAndPrompt method which enables asynchronous prompting e.g. on the Web Player.
(Inherited from ToolTContext.)
Public methodGetToolbarIdCore
Gets the identifier used by the custom toolbar. This is the string that you add to the ToolbarShortcuts preference if you want your tool to be visible in the toolbar. The default value is the name of the type. Override this method if you want to provide your own identifier string.
(Inherited from Tool.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEnabled
Gets whether or not the tool is enabled for the specified context. If context is null or not of the type specified by ContextType, false is always returned.
(Inherited from ToolTContext.)
Protected methodIsEnabledCore
Override this method to control when the tool is enabled.
(Inherited from ToolTContext.)
Protected methodIsVisibleCore
Gets whether or not the tool should be visible in the application given its context. Hiding a tool will remove it from the user interface of its context and prevent usage. Override with a custom implementation to control when the tool is visible.
(Inherited from ToolTContext.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference