TablePlotSortColumnCollection Class

Spotfire 14.5 API Reference

Note: This API is now obsolete.

TablePlotSortColumnCollection.
Inheritance Hierarchy

System.Object
  Node
    Spotfire.Dxp.Framework.DocumentModel.DocumentNode
      Spotfire.Dxp.Application.Visuals.TablePlotColumnCollection<TablePlotSortColumn>
        Spotfire.Dxp.Application.Visuals.TablePlotSortColumnCollection

Namespace:  Spotfire.Dxp.Application.Visuals
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 67.0.20819.4186 (67.0.20819.4186)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
[ObsoleteAttribute("Use TableSortInfoCollection instead")]
public sealed class TablePlotSortColumnCollection : TablePlotColumnCollection<TablePlotSortColumn>

The TablePlotSortColumnCollection type exposes the following members.

Properties

  NameDescription
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyCount
Gets the number of TablePlotVisibleColumns in the collection.
(Inherited from TablePlotColumnCollection<T>.)
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyItem
Returns the TablePlotColumn named columnName.
(Inherited from TablePlotColumnCollection<T>.)
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Top
Methods

  NameDescription
Public methodAdd
Adds a TablePlotColumn representing the DataColumn named columnName in the DataTable that this TablePlotColumnCollection works on.
(Inherited from TablePlotColumnCollection<T>.)
Public methodAddRange
Adds a TablePlotColumn for each column in columnNames.
(Inherited from TablePlotColumnCollection<T>.)
Public methodClear
Removes all TablePlotColumns from this collection.
(Inherited from TablePlotColumnCollection<T>.)
Public methodContains
Checks if columnName is contained in this collection.
(Inherited from TablePlotColumnCollection<T>.)
Public methodForEachNodeInSubTree<TNode>
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
(Inherited from DocumentNode.)
Public methodGetEnumerator
Gets an enumerator.
(Inherited from TablePlotColumnCollection<T>.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index in the collection that the columnName has.
(Inherited from TablePlotColumnCollection<T>.)
Public methodInsert
Creates a new TablePlotColumn from columnName and inserts it in the collection at the given index.
(Inherited from TablePlotColumnCollection<T>.)
Public methodMove
Move the item at fromIndex to toIndex where both indexes are prior to any insertion and removal operations.
(Inherited from TablePlotColumnCollection<T>.)
Public methodRemove
Removes the column named columnName from the collection if it exists.
(Inherited from TablePlotColumnCollection<T>.)
Public methodRemoveAt
Remove the TablePlotColumn located at index.
(Inherited from TablePlotColumnCollection<T>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from TablePlotColumnCollection<T>.)
Explicit interface implementationPrivate methodINodeContext.GetAncestor<T> (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContext.GetService<T> (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContext.IsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.BeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteInvisibleTransaction2
Implements ExecuteInvisibleTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteStickyTransaction2
Implements ExecuteStickyTransaction(Guid, Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactions.ExecuteTransaction2
Implements ExecuteTransaction(Executor) for the Action Mods API.
(Inherited from DocumentNode.)
Top
Version Information

Obsolete (compiler warning) in 14.5
Obsolete (compiler warning) in 14.4
Obsolete (compiler warning) in 14.3
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
See Also

Reference