Represents an execution of a data function defined from a DataFunctionDefinition.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Data.DataFunctionsDataFunction
Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(6, 0)] public sealed class DataFunction : DocumentNode
The DataFunction type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DataFunctionDefinition |
Gets or sets the data function definition.
| |
| Inputs |
Gets the inputs of the function.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Name | Gets or sets the name of the function.
| |
| NeedsRefresh |
Gets a value indicating whether the data function needs to be refreshed.
| |
| Outputs | Gets the outputs of the function.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| UpdateBehavior | Gets or sets the update behavior.
| |
| Visible |
Gets or sets a value indicating whether the function is visible in the UI or not.
|
Methods
| Name | Description | |
|---|---|---|
| Execute |
Asynchronously executes the data function.
| |
| Execute(DataFunctionCompletionCallback) |
Asynchronously executes the data function with a callback when the execution has been finished.
There is no guarantee regarding timing when the function will be executed and when it has finished executing.
| |
| ExecuteSynchronously |
Updates the function synchronously.
| |
| 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.) | |
| SynchronizeWithLibrary |
Synchronize the function definition with the function definition stored in the library.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Explicit Interface Implementations
Remarks
Instances of this class are created in the DataFunctionCollection on the DataManager.
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also