Endeca Presentation API
ERecIdList Class
NamespacesEndeca.NavigationERecIdList
List of record specifications. Primarily used to generate URLs and MDEX Engine queries.
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class ERecIdList : IList, ICollection, 
	IEnumerable
<SerializableAttribute> _
Public Class ERecIdList _
	Implements IList, ICollection, IEnumerable
[SerializableAttribute]
public ref class ERecIdList : IList, 
	ICollection, IEnumerable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ERecIdListERecIdListNew()()
Default constructor. Creates a new, empty ERecIdList.

ERecIdListERecIdListNew(Int64) Obsolete.
Constructor that takes a single ID and makes a record ID list with only one element.

ERecIdListERecIdListNew(String)
Constructor that takes a string-based set of record specifications and parses and populates the list with the string.

Add(Object)
Adds an object to the end of the ERecIdList.

AddERecId(Int64) Obsolete.
Adds a record ID to the list.

AddERecSpec(String)
Adds a record specification to the list.

Clear()()
Removes all the elements from the ERecIdList.

Contains(Object)
Determines whether an element is in the ERecIdList.

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

Count
Gets the number of elements actually contained in the ERecIdList.

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 ERecIdList.

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 a value in the ERecIdList or in a portion of it.

Insert(Int32, Object)
Inserts an element into the ERecIdList at the specified index.

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

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

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

Item[([Int32])]
Gets or sets the Int64 at the specified index.

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(Object)
Removes the first occurence of a specified object from the ERecIdList.

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

SyncRoot
This operation is not supported.

ToString()()
Generates the string-based representation of the list by returning a space-delimited sequence of record IDs.

Inheritance Hierarchy
Object
ERecIdList

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