DataFunctionDefinition Class TIBCO Spotfire 6.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: 14.10.7525.5058 (14.10.7525.5058)
Syntax

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

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also