The following tables list the members exposed by EntityScalarQueryOperation.
Name | Description | |
---|---|---|
![]() | EntityScalarQueryOperation Constructor | Created by DevForce when a scalar query is executed asynchronously. |
Name | Description | |
---|---|---|
![]() | CanCancel | Returns whether the operation can be cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | Cancelled | Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | CompletedSuccessfully | Returns whether the operation completed success (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | CompletedSynchronously | Returns whether the operation completed synchronously. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | EntityQuery | The requested query. |
![]() | Error | Returns the exception if the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | HasError | Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | IsCompleted | Returns whether the operation is completed regardless of whether it was cancelled or failed. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | IsErrorHandled | Was any error that occured handled? (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | ResolvedFetchStrategy | The fetch strategy actually used to process the query. |
![]() | Result | The result of the query. |
![]() | UserState | Returns the user state which identifies the operation. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | WasFetched | Whether the operation completed. |
Name | Description | |
---|---|---|
![]() | Cancel | Cancel the asynchronous operation. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | MarkErrorAsHandled | Mark any error as handled. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | CancelCore | Performs cancel processing. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | Finalize | (Inherited from object) |
![]() | ForcePropertyChanged | (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | MemberwiseClone | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Completed | Raised when the operation finishes. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs,EntityScalarQueryOperation>) |
![]() | PropertyChanged | Raised when a property changes. (Inherited from IdeaBlade.EntityModel.BaseOperation) |