The NavigationResult type exposes the following members.

Constructors

  NameDescription
NavigationResult
Initializes a new instance of the NavigationResult class

Methods

  NameDescription
Equals
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.
(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.)
OnDimensionValueCreated
Raises the DimensionValueCreated event.
(Inherited from CommandResult.)
OnRecordCreated
Raises the RecordCreated event.
(Inherited from CommandResult.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ActiveSorts
Gets the collection of active sorts.
AggregateRecordsResult
AnalyticsDataSet
Gets the analytics query results in the form of an AnalyticsDataSet.
AppliedFiltersResult
BusinessRules
Gets an enumeration of all BusinessRule objects.
BusinessRulesByZone
Gets a dictionary from the string Zone name to the collection of BusinessRule objects in that Zone.
Clusters
Gets a collection of Cluster objects.
DimensionStatesResult
Item
Gets the result object with the specified name.
(Inherited from CommandResult.)
KeywordRedirect
Gets a string url to redirect to. Returns string.Empty if no keyword redirect exists.
MetadataResult
Gets the MetadataResult.
RecordsResult
Gets the RecordsResult.
ResultNames
Helper function to support performance app.
(Overrides CommandResult..::.ResultNames.)

Events

  NameDescription
DimensionValueCreated
Raised when a new DimensionValue instance is created for this result object. Listeners can add additional initialization behavior (for example adding additional properties to the dimension value) as desired.
(Inherited from CommandResult.)
RecordCreated
Raised when a new Record instance is created for this result object. Listeners can add additional initialization behavior (for example adding additional properties to the record) as desired.
(Inherited from CommandResult.)

Explicit Interface Implementations

See Also