DataFunction Class TIBCO Spotfire 7.0 API Reference
Represents an execution of a data function defined from a DataFunctionDefinition.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Data.DataFunctions DataFunction

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(6, 0)]
public sealed class DataFunction : DocumentNode, 
	INamable
Remarks

This class describes how inputs and outputs should be handled from the function.

Instances of this class are created in the DataFunctionCollection on the DataManager.

Version Information

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