BoxPlotStatisticsTable.MeasureCollection Class

Spotfire 14.4 API Reference
MeasureCollection class.
Inheritance Hierarchy

System.Object
  Node
    Spotfire.Dxp.Framework.DocumentModel.DocumentNode
      Spotfire.Dxp.Framework.DocumentModel.DocumentNodeListBase<String>
        Spotfire.Dxp.Framework.DocumentModel.DocumentNodeList<String>
          Spotfire.Dxp.Application.Visuals.BoxPlotStatisticsTable.MeasureCollection

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

C#
[SerializableAttribute]
[PersistenceVersionAttribute(2, 10)]
public sealed class MeasureCollection : DocumentNodeList<string>

The BoxPlotStatisticsTable.MeasureCollection type exposes the following members.

Properties

  NameDescription
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyCount
Gets the number of elements contained in this instance.
(Inherited from DocumentNodeListBase<T>.)
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from DocumentNodeList<T>.)
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Top
Methods

  NameDescription
Public methodAdd
Adds an item to this collection.
(Inherited from DocumentNodeList<T>.)
Public methodAddRange
Adds the elements of the specified collection to the end of this collection.
(Inherited from DocumentNodeList<T>.)
Public methodClear
Removes all items from this collection.
(Inherited from DocumentNodeList<T>.)
Public methodContains
Determines whether the specified value is in this collection.
(Inherited from DocumentNodeListBase<T>.)
Public methodGetEnumerator
Returns an enumerator that iterates through this collection.
(Inherited from DocumentNodeListBase<T>.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Searches for the specified value and returns the zero-based index of the first occurrence within this collection.
(Inherited from DocumentNodeListBase<T>.)
Public methodInsert
Inserts an element into this collection at the specified index.
(Inherited from DocumentNodeList<T>.)
Public methodInsertRange
Inserts the elements of the specified collection at the specified index in this collection.
(Inherited from DocumentNodeList<T>.)
Public methodMove
Moves the item at the specified index to a new location in the collection.
(Inherited from DocumentNodeList<T>.)
Public methodRemove
Removes the first occurrence of a specific object from this collection.
(Inherited from DocumentNodeList<T>.)
Public methodRemoveAt
Removes the element at the specified index.
(Inherited from DocumentNodeList<T>.)
Public methodRemoveRange
Removes a range of count elements starting at the specified index.
(Inherited from DocumentNodeList<T>.)
Public methodReplaceAll
Replaces the contents of the list with the elements in the specified collection.
(Inherited from DocumentNodeList<T>.)
Public methodToArray
Copies the elements of the collection to a new array.
(Inherited from DocumentNodeListBase<T>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodICollection<T>.Contains
Determines whether the ICollection<T> contains a specific value.
(Inherited from DocumentNodeList<T>.)
Explicit interface implementationPrivate methodICollection<T>.CopyTo
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.
(Inherited from DocumentNodeList<T>.)
Explicit interface implementationPrivate propertyICollection<T>.Count
Gets the number of elements contained in the ICollection<T>.
(Inherited from DocumentNodeList<T>.)
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from DocumentNodeListBase<T>.)
Explicit interface implementationPrivate methodIList<T>.IndexOf
Determines the index of a specific item in the IList<T>.
(Inherited from DocumentNodeList<T>.)
Explicit interface implementationPrivate propertyICollection<T>.IsReadOnly
Gets a value indicating whether the ICollection<T> is read-only.
(Inherited from DocumentNodeList<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

Supported in: 14.4, 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