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

public sealed class ArgumentTypeList : Collection<DataType>
Version Information

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