The DefaultBindings type exposes the following members.

Fields

  NameDescription
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.

See Also