DevForce Help Reference
EntitySaveOperation Class Members
Properties  Methods  Events


The following tables list the members exposed by EntitySaveOperation.

Public Constructors
 NameDescription
Public ConstructorEntitySaveOperation ConstructorReturned by an EntityManager.SaveChangesAsync call when using the backwards compatibility API.  
Top
Public Properties
 NameDescription
Public PropertyCanCancelOverridden.  Returns whether the operation can be cancelled.  
Public PropertyCancelled Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Public PropertyCompletedSuccessfully Returns whether the operation completed success (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Public PropertyCompletedSynchronously Returns whether the operation completed synchronously. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Public PropertyEntities Returns the entities saved.  
Public PropertyError Returns the exception if the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Public PropertyHasError Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Public PropertyIsCompleted Returns whether the operation is completed regardless of whether it was cancelled or failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Public PropertyIsErrorHandled Was any error that occured handled? (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Public PropertySaveResult The result of the save operation.  
Public PropertyTask The asynchronous task. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Public PropertyUserState Returns the user state which identifies the operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Top
Protected Properties
Public Methods
 NameDescription
Public MethodCancel Cancel the asynchronous operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodMarkErrorAsHandled Mark any error as handled. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Public MethodToString (Inherited from object)
Top
Protected Methods
Public Events
 NameDescription
Public EventCompleted Raised when the operation finishes. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Public EventPropertyChanged Raised when a property changes. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntitySavedAsyncEventArgs,EntitySaveOperation>)
Top
See Also

Reference

EntitySaveOperation Class
IdeaBlade.EntityModel Namespace

Send Feedback