DataFunctionCollection Class TIBCO Spotfire 6.0 API Reference
Represents a list of DataFunction instances.
Inheritance Hierarchy

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

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 DataFunctionCollection : DocumentNode, 
	IEnumerable<DataFunction>, IEnumerable
Remarks

There is only one instance of this collection and it can be retrieved from the DataManager.
See Also