The DimensionSearchResultHolder type exposes the following members.

Constructors

  NameDescription
DimensionSearchResultHolder
Initializes a new instance of the DimensionSearchResultHolder class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Item
Gets the result object with the specified name.
(Inherited from CommandResult.)
Result
Return the DimensionSearchResult contained within this class
ResultNames
Return an IEnumerable<(Of <(T>)>) of the result names.
(Overrides CommandResult..::.ResultNames.)

Events

  NameDescription
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

See Also