The following tables list the members exposed by EntityRefetchOperation.
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) |
![]() | 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) |
![]() | CompletedSynchronously | Returns whether the operation completed synchronously. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | EntityKeys | 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) |
![]() | Results | The results of the refetch. |
![]() | UserState | Returns the user state which identifies the operation. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
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<EntityRefetchedEventArgs,EntityRefetchOperation>) |
![]() | PropertyChanged | Raised when a property changes. (Inherited from IdeaBlade.EntityModel.BaseOperation) |