ArgumentTypeList Class TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public sealed class ArgumentTypeList : Collection<DataType>
See Also