Endeca Presentation API
ERecSearchList Class
NamespacesEndeca.NavigationERecSearchList
Class that encapsulates a collection of ERecSearch objects, each of which represents a record search.
Declaration Syntax
C#Visual BasicVisual C++
public class ERecSearchList : IList, 
	ICollection, IEnumerable
Public Class ERecSearchList _
	Implements IList, ICollection, IEnumerable
public ref class ERecSearchList : IList, 
	ICollection, IEnumerable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ERecSearchListERecSearchListNew()()
Default constructor that creates an empty list.

Add(Int32, Object)
Inserts the ERecSearch object at the specified position in this list.

Clear()()
Removes all the ERecSearch elements from the ERecSearchList.

Contains(Object)
Determines whether an ERecSearch is in the ERecSearchList.

CopyTo(Array, Int32)
Copies the entire ERecSearchList to a compatible one-dimensional Array, starting at the specified index of the target array.

Count
Gets the number of ERecSearch objects actually contained in the ERecSearchList.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator()()
Returns an enumerator for the entire ERecSearchList.

GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(Object)
Returns the zero-based index of the first occurrence of an ERecSearch in the ERecSearchList or in a portion of it.

Insert(Int32, Object)
Inserts an ERecSearch object into the ERecSearchList at the specified index.

IsFixedSize
Gets a value indicating whether the ERecSearchList has a fixed size.

IsReadOnly
Gets a value indicating whether the ERecSearchList is read-only.

IsSynchronized
Gets a value indicating whether access to the ERecSearchList is synchronized (thread-safe).

Item[([Int32])]
Gets and sets the ERecSearch at the specified index.

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(Int32)
Removes the ERecSearch at the specified position in this list.

Remove(Object)
Removes the first occurence of a specified ERecSearch object from the ERecSearchList.

RemoveAt(Int32)
Removes the ERecSearch element at the specified index of the ERecSearchList.

Set(Int32, Object)
Replaces the ERecSearch at the specified position in this list with a new ERecSearch.

SyncRoot
This operation is not supported.

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
ERecSearchList objects are returned from the MDEX Engine by the NavERecSearches getter property. The setter version of NavERecSearches will set an ERecSearchList list of record searches to perform on the records of a navigation query. Note that the UrlENEQuery class inherits the property from ENEQuery.

If required by an application, an ERecSearchList object can be created with the default constructor and the list can then be populated with ERecSearch objects by using the Add(Int32, Object) method.

Inheritance Hierarchy
Object
ERecSearchList

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0