IdeaBlade.EntityModel.Compat Assembly : IdeaBlade.EntityModel Namespace |
Class | Description | |
---|---|---|
![]() | AsyncEventArgs | Base class for arguments to the completed event handler for an asynchronous operation. |
![]() | AsyncEventArgs<TResult> | AsyncEventArgs providing a strongly-typed Result for an asynchronous operation. |
![]() | BaseEntityQueriedEventArgs<T> | Base class for generic and non-generic EntityQueriedEventArgs classes. |
![]() | BaseOperation<TEventArgs,TOp> | Information about an asynchronous operation. |
![]() | BasicOperation | Information about an asynchronous operation. Used for operations returning void (like Connect, Logout, ...) |
![]() | Coroutine | Provides for serial and parallel execution of multiple asynchronous actions. |
![]() | CoroutineCompletedEventArgs | Arguments to a Coroutine completion handler. |
![]() | CoroutineOperation | Returned by a Coroutine.Start or Coroutine.StartParallel call. |
![]() | EntityQueriedAsyncEventArgs | Arguments to both the callback specified for an ExecuteQueryAsync(IEntityQuery) call and to an Queried event handler. |
![]() | EntityQueriedAsyncEventArgs<T> | Arguments to the completion handler specified for an ExecuteQueryAsync<T>(IEntityQuery<T>) call and to an Queried event handler. |
![]() | EntityQueryOperation | Information about an asynchronous query operation. |
![]() | EntityQueryOperation<T> | Information about an asynchronous query operation. |
![]() | EntityRefetchedEventArgs | Arguments to the completion handler specified for an RefetchEntitiesAsync(EntityKeyList,MergeStrategy,CancellationToken) call. |
![]() | EntityRefetchOperation | Information about an asynchronous refetch operation. |
![]() | EntitySavedAsyncEventArgs | Arguments to the completion handler specified for an EntityManager.SaveChangesAsync call when using the backwards compatibility API. |
![]() | EntitySaveOperation | Information about an asynchronous save operation. |
![]() | EntityScalarQueriedEventArgs | Arguments to the completion handler specified for a scalar query executed asynchronously. |
![]() | EntityScalarQueriedEventArgs<T> | Arguments to the completion handler specified for a scalar query executed asynchronously. |
![]() | EntityScalarQueryOperation | Information about an asynchronous scalar query operation. |
![]() | EntityScalarQueryOperation<T> | Information about an asynchronous scalar query operation. |
![]() | InvokeServerMethodEventArgs | Arguments to a InvokeServerMethodOperation.Completed" event handler. |
![]() | InvokeServerMethodOperation | Information about an asynchronous InvokeServerMethod operation. |
![]() | LoginEventArgs | Arguments to a LoginOperation.Completed event handler. |
![]() | LoginOperation | Information about an asynchronous login operation. |
Interface | Description | |
---|---|---|
![]() | IBaseOperation | For internal use only. |
![]() | INotifyCompleted | Interface implemented by asynchronous actions within a Coroutine iterator. |
![]() | INotifyCompletedArgs | Arguments to a completion action. |