DataFunctionDefinition Class TIBCO Spotfire 5.5 API Reference
Represents a definition of an data function.

The definition describes the information needed to invoke the function and enough information to provide a user interface for specifying how the inputs and outputs should be handled. If the function definition represents a script it also contains the script definition.

The function definition provides methods to save and load the definition from the Spotfire library.

Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data.DataFunctions DataFunctionDefinition

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

[SerializableAttribute]
[PersistenceVersionAttribute(8, 0)]
public sealed class DataFunctionDefinition : ISerializable
Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also