ColumnRemovalCollection Class TIBCO Spotfire 7.6 API Reference
Represents a collection of columns to remove.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Data.TransformationsColumnRemovalCollection

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

C#
[SerializableAttribute]
[PersistenceVersionAttribute(3, 0)]
public sealed class ColumnRemovalCollection : IList<ColumnRemoval>, 
	ICollection<ColumnRemoval>, IEnumerable<ColumnRemoval>, IEnumerable, 
	ISerializable

The ColumnRemovalCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a selection of columns to remove.
Public methodClear
Clears the collection.
Public methodContains
Determines whether the collection contains a specific value.
Public methodCopyTo
Copies the elements of the collection to an Array, starting at a particular Array index.
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 a collection.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index of the item.
Public methodInsert
Inserts an item at the specified index.
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 collection.
Public methodRemoveAt
Removes the item at the specified index.
Top
Properties

  NameDescription
Public propertyCount
The number of items in the collection.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyItem
Gets or sets the element at the specified index.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodICollectionColumnRemovalAdd
Adds an item to the collection.
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
Version Information

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

Reference