The DimSearchRefinementConfigList type exposes the following members.

Constructors

  NameDescription
Public methodDimSearchRefinementConfigList
Default constructor that creates an empty list.

Methods

  NameDescription
Public methodAdd
Inserts the specified
CopyC#
DimSearchRefinementConfig
at the specified position in this list. Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
Public methodClear
Removes all the elements from the DimSearchRefinementConfigList.
Public methodContains
Determines whether an element is in the DimSearchRefinementConfigList.
Public methodCopyTo
Copies the entire DimSearchRefinementConfigList to a compatible one-dimensional Array, starting at the specified index of the target array.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator for the entire DimSearchRefinementConfigList.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of a value in the DimSearchRefinementConfigList or in a portion of it.
Public methodInsert
Inserts an element into the DimSearchRefinementConfigList at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurence of a specified object from the DimSearchRefinementConfigList.
Public methodRemoveAt
Removes the element at the specified index of the DimSearchRefinementConfigList.
Public methodToString
Takes the individual refinement configs in the list and turns them into a string representation that can later be inserted into a URL.

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the DimSearchRefinementConfigList.
Public propertyGlobalDimSearchRefinementConfig
Accessor which gets/sets the global dimension search configuration associated with this refinement config.
Public propertyIsFixedSize
Gets a value indicating whether the DimSearchRefinementConfigList has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the DimSearchRefinementConfigList is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the DimSearchRefinementConfigList is synchronized (thread-safe).
Public propertyItem
Gets and sets the DimSearchRefinementConfig at the specified index.
Public propertySyncRoot
This operation is not supported.

See Also