The following tables list the members exposed by EntitySaveOperation.
Name | Description | |
---|---|---|
![]() | EntitySaveOperation Constructor | Returned by an EntityManager.SaveChangesAsync call. |
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) |
![]() | Entities | Returns the entities saved. |
![]() | Error | Returns the exception if the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation) |
![]() | Exception | Returns the exception thrown if an error occurred during save processing. |
![]() | 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) |
![]() | SaveResult | The result of the save operation. |
![]() | 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<EntitySavedEventArgs,EntitySaveOperation>) |
![]() | PropertyChanged | Raised when a property changes. (Inherited from IdeaBlade.EntityModel.BaseOperation) |