The NavigationResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NavigationResult | Initializes a new instance of the NavigationResult class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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 | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ActiveSorts |
Gets the collection of active sorts.
| |
| AggregateRecordsResult |
Gets the AggregateRecordsResult.
| |
| AnalyticsDataSet |
Gets the analytics query results in the form of an
AnalyticsDataSet.
| |
| AppliedFiltersResult |
Gets the 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 |
Gets the 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
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| IResultBuilderContext..::.Command | (Inherited from CommandResult.) | |
| IResultBuilderContext..::.EngineResults | (Inherited from CommandResult.) | |
| IResultBuilderContext..::.TypeNames | (Inherited from CommandResult.) |