The NavigationCommand type exposes the following members.

Methods

  NameDescription
AddOrReplaceParameter
Adds the parameter to the EndecaParameterCollection and replaces an existing parameter if one is present
(Inherited from EndecaCommand.)
CopyFrom
Copies values of properties from the specified command to the corresponding properties of this command.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Execute
Executes the command and returns the composite result.
ExpandMoreOverloaded.
Fill
Executes this command and assigns the raw engine results to the specified result object. Note that the engine results are not marshalled into RAD output type until specifically requested by a consumer accessing result.
(Inherited from EndecaCommand.)
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.)
GetParameterValue
Gets the value of the parameter with the specified name, or null if there is no such parameter.
(Inherited from EndecaCommand.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsAggregateRecordsPerPageSet
This method allows external code to determine whether AggregateRecordsPerPage has been set. This is necessary because simply accessing AggregateRecordsPerPage will fall back to the default if it has not been set.
IsEmptyCommand (Overrides EndecaCommand..::.IsEmptyCommand()()().)
IsRecordsPerPageSet
This method allows external code to determine whether RecordsPerPage has been set. This is necessary because simply accessing RecordsPerPage will fall back to the default if it has not been set.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnCommandExecuted
Raises the CommandExecuted event.
(Inherited from EndecaCommand.)
OnExecuted
Raises the EngineExecuted event.
(Inherited from EndecaCommand.)
OnExecuting
Raises the EngineExecuting event.
(Inherited from EndecaCommand.)
OnParametersChanged
Raises the ParametersChanged event.
(Inherited from EndecaCommand.)
RemoveDimensionValueOverloaded.
ResetParameters
Clears out collection parameters and nulls scalar parameters.
(Inherited from EndecaCommand.)
SelectDimensionValueOverloaded.
SelectParentDimensionValueOverloaded.
ToggleDimensionStateExposureOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Explicit Interface Implementations

See Also