Endeca Presentation API
ENEQueryInfo Class
NamespacesEndeca.NavigationENEQueryInfo
An object that generates and stores logging-specific query information.
Declaration Syntax
C#Visual BasicVisual C++
public class ENEQueryInfo
Public Class ENEQueryInfo
public ref class ENEQueryInfo
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ENEQueryInfoENEQueryInfoNew(String, String)
Constructor. Takes in sessionId and queryId and sets the IDs as logging parameters for the sid and rid keys respectively.

ENEQueryInfoENEQueryInfoNew(String)
Constructor. Takes in sessionId and sets it as the value for the sid key. The constructor automatically generates the query ID and sets it as the value for the rid key.

ENEQueryInfoENEQueryInfoNew()()
Constructor. Basic constructor for the ENEQueryInfo.

Add(String, String)
Adds a key/value pair to the ENEQueryInfo object.

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.)
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.)
QueryIdentifier
Gets the value of the Query ID key or sets it to a specified String.

SessionIdentifier
Gets the value of the Session ID key or sets it to a specified String.

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
ENEQueryInfo is used to create and store logging-specific query information, such as a session ID and query ID. The resulting ENEQueryInfo object can then passed to the Endeca MDEX Engine in an ENEQuery object by using the QueryInfo setting property. The information in the ENEQueryInfo object is then entered into the Dgraph log by the MDEX Engine.
Inheritance Hierarchy
Object
ENEQueryInfo

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