Represents an invocation of a data function.
            
            Inheritance Hierarchy
              Spotfire.Dxp.Data.DataFunctionsDataFunctionInvocation
Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 23.18.9504.3877 (23.18.9504.3877)
Syntax
C#
public sealed class DataFunctionInvocation : IDisposable
The DataFunctionInvocation type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddDisposable | 
            Adds an item to the collection of things to dispose when the invocation is disposed.
              | |
| Dispose | 
            Dispose the items that have been added with the AddDisposable(IDisposable) method.
              | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetInput | Get an input value.
              | |
| GetOutput | Get the output value.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| HasInput | 
            Gets a value indicating whether the input parameter exists or not.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| SetOutput | Set the output result.
              | |
| TryGetInput | 
            Try to get an input value.
              | |
| TryGetOutput | 
            Try to get an output value.
              | 
Properties
| Name | Description | |
|---|---|---|
| DataFunctionDefinition | Gets the function definition.
              | |
| ImportContext | 
            Gets the import context.
              | 
Version Information
See Also