IdeaBlade.EntityModel.Compat Assembly > IdeaBlade.EntityModel Namespace : EntitySaveOperation Class |
The following tables list the members exposed by EntitySaveOperation.
Name | Description | |
---|---|---|
![]() | EntitySaveOperation Constructor | Returned by an EntityManager.SaveChangesAsync call when using the backwards compatibility API. |
Name | Description | |
---|---|---|
![]() | AsyncArgs | The event args associated with the asynchronous operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>) |
![]() | CancellationToken | The task cancellation token. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>) |
![]() | CompletedAction | (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>) |
Name | Description | |
---|---|---|
![]() | Cancel | Cancel the asynchronous operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>) |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | MarkErrorAsHandled | Mark any error as handled. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | CancelCore | Performs cancel processing. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>) |
![]() | Finalize | (Inherited from object) |
![]() | ForcePropertyChanged | (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>) |
![]() | MemberwiseClone | (Inherited from object) |
![]() | OnCompleted | (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>) |
Name | Description | |
---|---|---|
![]() | Completed | Raised when the operation finishes. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>) |
![]() | PropertyChanged | Raised when a property changes. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>) |