ArgumentTypeList Class TIBCO Spotfire 7.6 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

SystemObject
  System.Collections.ObjectModelCollectionDataType
    Spotfire.Dxp.Data.ComputationsArgumentTypeList

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

C#
public sealed class ArgumentTypeList : Collection<DataType>

The ArgumentTypeList type exposes the following members.

Constructors

  NameDescription
Public methodArgumentTypeList
Initializes a new instance of the ArgumentTypeList class.
Top
Methods

  NameDescription
Public methodAdd
Adds an object to the end of the CollectionT.
(Inherited from CollectionDataType.)
Public methodClear
Removes all elements from the CollectionT.
(Inherited from CollectionDataType.)
Protected methodClearItems
Removes all elements from the CollectionT.
(Inherited from CollectionDataType.)
Public methodContains
Determines whether an element is in the CollectionT.
(Inherited from CollectionDataType.)
Public methodCopyTo
Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionDataType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionT.
(Inherited from CollectionDataType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionDataType.)
Public methodInsert
Inserts an element into the CollectionT at the specified index.
(Inherited from CollectionDataType.)
Protected methodInsertItem
Inserts an element into the CollectionT at the specified index.
(Inherited from CollectionDataType.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionDataType.)
Public methodRemoveAt
Removes the element at the specified index of the CollectionT.
(Inherited from CollectionDataType.)
Protected methodRemoveItem
Removes the element at the specified index of the CollectionT.
(Inherited from CollectionDataType.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from CollectionDataType.)
Top
Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the CollectionT.
(Inherited from CollectionDataType.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionDataType.)
Protected propertyItems
Gets a IListT wrapper around the CollectionT.
(Inherited from CollectionDataType.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item into the IList at the specified index.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate propertyICollectionTIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate propertyIListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from CollectionDataType.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionDataType.)
Top
Version Information

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

Reference