PageableListT Methods

Spotfire 14.3 API Reference

The PageableListT generic type exposes the following members.

Methods

  NameDescription
Public methodAdd(Object)
Public methodAdd(T)
Public methodAsReadOnly
Returns this if read-only, otherwise a read-only clone.
Public methodAsWritable
Returns a writable clone if this is read-only, otherwise this.
Public methodClear
Public methodContains(Object)
Public methodContains(T)
Public methodCopyTo(Array, Int32)
Public methodCopyTo(T, Int32)
Public methodDispose
Public methodEnumerate
Returns an enumerator that iterate through the given elements.
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(Object)
Public methodIndexOf(T)
Public methodInsert(Int32, Object)
Public methodInsert(Int32, T)
Public methodRemove(Object)
Public methodRemove(T)
Public methodRemoveAt
Public methodSetReadOnly
Calling this method will turn the list into a read-only collection. Any attempt to change the content after this call will throw an exception.
Public methodSort
Public methodSort(IComparerT)
Public methodSortS(PageableListS)
Sorts a pair of PageableListT objects (this contains the keys and valueList contains the corresponding items) based on the keys in this. The default comparer is used when sorting.
Public methodSortS(PageableListS, IComparerT)
Sorts a pair of PageableListT objects (this contains the keys and valueList contains the corresponding items) based on the keys in this. The supplied comparer is used when sorting.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
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.
Explicit interface implementationPrivate methodIListRemoveAt
Removes the IList item at the specified index.
Top
See Also

Reference