The DefaultBindings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DefaultBindings | Initializes a new instance of the DefaultBindings 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.) |
![]() ![]() | GetParamMapping |
Return a Hashtable of parameter mappings contained
in the EndecaCommand.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | AggregateRecordDetailsParamMapping |
A Hashtable containing the Aggregation Record Details Parameters. The key in the hashtable
is the ParamKey. The value in the hashtable is the
subclass of ParamBinding.
|
![]() ![]() | AllMappings |
A Hashtable containing All of the Parameters, consisting of the NavigationParamMapping,
AggregateRecordDetailsParamMapping, DimensionSearchParamMapping, and RecordDetailsParamMapping.
The key in the hashtable is the ParamKey.
The value in the hashtable is the subclass of ParamBinding.
|
![]() ![]() | CompoundDimensionSearchParamMapping |
A Hashtable containing the Compound Dimension Search Parameters. The key in the hashtable is the ParamKey
The value in the hashtable is the subclass of ParamBinding.
|
![]() ![]() | DimensionSearchParamMapping |
A Hashtable containing the Dimension Search Parameters. The key in the hashtable is the ParamKey
The value in the hashtable is the subclass of ParamBinding |
![]() ![]() | MetadataParamMapping |
A Hashtable containing the Metadata Command Parameters. The key in the hashtable is the ParamKey
The value in the hashtable is the subclass of ParamBinding.
|
![]() ![]() | NavigationParamMapping |
A Hashtable containing the Navigation Parameters. The key in the hashtable is the
ParamKey. The value in the hashtable is the subclass of
ParamBinding.
|
![]() ![]() | RecordDetailsParamMapping |
A Hashtable containing the Record Details Parameters. The key in the hashtable is the ParamKey
The value in the hashtable is the subclass of ParamBinding.
|