ArgumentTypeList Class

Spotfire 14.2 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: 64.0.19329.3263 (64.0.19329.3263)
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
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.)
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.)
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.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionT.
(Inherited from CollectionDataType.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.)
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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 methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(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: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference