DataFunctionDefinition Class TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

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

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