The CommandResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CommandResult | Initializes a new instance of the CommandResult 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.) |
![]() | 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.
|
![]() | OnRecordCreated |
Raises the RecordCreated event.
|
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Item |
Gets the result object with the specified name.
|
![]() | ResultNames |
Gets the collection of the names of the 'buckets' used in lazy-loading results.
|
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.
|
![]() | 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.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IResultBuilderContext..::.Command | |
![]() ![]() | IResultBuilderContext..::.EngineResults | |
![]() ![]() | IResultBuilderContext..::.TypeNames |