The following tables list the members exposed by EntityRefetchOperation.
Public Properties
| Name | Description |
| CanCancel |
Returns whether the operation can be cancelled.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityRefetchedEventArgs,EntityRefetchOperation>) |
| Cancelled |
Returns whether the operation was cancelled.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityRefetchedEventArgs,EntityRefetchOperation>) |
| ChangedEntities |
The list of every entity that was either added or modified in the EntityManager's cache
as a result of this query.
|
| CompletedSuccessfully |
Returns whether the operation completed success
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityRefetchedEventArgs,EntityRefetchOperation>) |
| CompletedSynchronously |
Returns whether the operation completed synchronously.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityRefetchedEventArgs,EntityRefetchOperation>) |
| EntityKeys |
The requested query.
|
| Error |
Returns the exception if the operation failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityRefetchedEventArgs,EntityRefetchOperation>) |
| HasError |
Returns whether the operation failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityRefetchedEventArgs,EntityRefetchOperation>) |
| IsCompleted |
Returns whether the operation is completed regardless of whether it was cancelled or failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityRefetchedEventArgs,EntityRefetchOperation>) |
| IsErrorHandled |
Was any error that occured handled?
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityRefetchedEventArgs,EntityRefetchOperation>) |
| Results |
The results of the refetch.
|
| Task |
The asynchronous task.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityRefetchedEventArgs,EntityRefetchOperation>) |
| UserState |
Returns the user state which identifies the operation.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityRefetchedEventArgs,EntityRefetchOperation>) |
Top
Public Methods
Public Events
See Also