Endeca Presentation API
OrderByList Class
NamespacesEndeca.Navigation.AnalyticsOrderByList
An OrderByList is a list of OrderBy instances.
Declaration Syntax
C#Visual BasicVisual C++
public class OrderByList : IObjectList, 
	IQueryNode
Public Class OrderByList _
	Implements IObjectList, IQueryNode
public ref class OrderByList : IObjectList, 
	IQueryNode
Members
All MembersConstructorsMethods



IconMemberDescription
OrderByListOrderByListNew()()
Constructs a new, empty OrderByList

Add(Object)
Appends an OrderBy object to the end of the collection.

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.)
Get(Int32)
Gets an OrderBy object from the OrderByList.

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.)
MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(Int32)
Removes an OrderBy object from the OrderByList.

Size()()
Returns the number of OrderBy objects in this OrderByList.

ToString()()
Returns the string form of this OrderByList.
(Overrides Object.ToString()().)
ToWire()()
Returns the wire form of this OrderByList.

ValidateSyntax()()
Validates the syntax of this OrderByList.

Remarks
Unlike a GroupByList, an OrderByList may not be empty, because an empty list does not imply a repeatable order.
Inheritance Hierarchy
Object
OrderByList

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