The CompoundDimensionSearchResultHolder type exposes the following members.
 Constructors
Constructors
| Name | Description | |
|---|---|---|
|  | CompoundDimensionSearchResultHolder | Initializes a new instance of the CompoundDimensionSearchResultHolder class | 
 Methods
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
Properties
| Name | Description | |
|---|---|---|
|  | Item | 
              Gets the result object with the specified name.
            (Inherited from CommandResult.) | 
|  | Result | 
            Return the CompoundDimensionSearchResult contained within this class
             | 
|  | ResultNames | 
            Return an IEnumerable<(Of <(T>)>) of the result names.
            (Overrides CommandResult..::.ResultNames.) | 
 Events
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
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|   | IResultBuilderContext..::.Command | (Inherited from CommandResult.) | 
|   | IResultBuilderContext..::.EngineResults | (Inherited from CommandResult.) | 
|   | IResultBuilderContext..::.TypeNames | (Inherited from CommandResult.) | 





