Endeca Presentation API
FieldList Class
NamespacesEndeca.NavigationFieldList
An IList of Endeca property or dimension names that will be used to specify which values will be returned for each record in the result set of a navigation query. The Selection setter property is used to set the FieldList for the query.
Declaration Syntax
C#Visual BasicVisual C++
public class FieldList : IList, ICollection, 
	IEnumerable
Public Class FieldList _
	Implements IList, ICollection, IEnumerable
public ref class FieldList : IList, 
	ICollection, IEnumerable
Members
All MembersConstructorsMethodsProperties



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

Add(Object)
Add an item to the FieldList.

AddField(String)
Add a field to the FieldList by name.

AddField(Dimension)
Add a dimension field to the FieldList.

AddField(Property)
Add a property field to the FieldList.

Clear()()
Clear the FieldList.

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

CopyTo(Array, Int32)
Copies the entire FieldList 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 FieldList.

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

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 FieldList or in a portion of it.

Insert(Int32, Object)
Insert an item into the FieldList.

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

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

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

Item[([Int32])]
Gets/Sets the field string at the specified index.

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(Object)
Remove an item from the FieldList.

RemoveAt(Int32)
Remove an indexed item from the FieldList.

SyncRoot
This operation is not supported.

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
FieldList

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