ArgumentTypeList Class TIBCO Spotfire 6.5 API Reference
Defines a list of argument types. This is used to define the type of a calculation method. The elements in the collection are the DataTypes of the column arguments to the calculation method.
Inheritance Hierarchy

System Object
  System.Collections.ObjectModel Collection DataType 
    Spotfire.Dxp.Data.Computations ArgumentTypeList

Namespace: Spotfire.Dxp.Data.Computations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

public sealed class ArgumentTypeList : Collection<DataType>
Version Information

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