ColumnRemovalCollection Class

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
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.

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
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
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
Returns the index of the item.
Public methodInsert
Inserts an item at the specified index.
Public methodRemove
Removes the first occurrence of a specific object from the collection.
Public methodRemoveAt
Removes the item at the specified index.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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.
Explicit interface implementationPrivate methodISerializableGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference