DataFunction Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.

See Also