DataFunctionInvocation Class TIBCO Spotfire 7.6 API Reference
Represents an invocation of a data function.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.DataFunctionsDataFunctionInvocation

Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public sealed class DataFunctionInvocation : IDisposable

The DataFunctionInvocation type exposes the following members.

Methods

  NameDescription
Public methodAddDisposable
Adds an item to the collection of things to dispose when the invocation is disposed.
Public methodDispose
Dispose the items that have been added with the AddDisposable(IDisposable) method.
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 methodGetInput
Get an input value.
Public methodGetOutput
Get the output value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasInput
Gets a value indicating whether the input parameter exists or not.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetOutput
Set the output result.
Public methodTryGetInput
Try to get an input value.
Public methodTryGetOutput
Try to get an output value.
Top
Properties

  NameDescription
Public propertyDataFunctionDefinition
Gets the function definition.
Public propertyImportContext
Gets the import context.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference