DevForce Help Reference
EntityQueriedAsyncEventArgs<T> Class Properties


For a list of all members of this type, see EntityQueriedAsyncEventArgs<T> members.

Public Properties
 NameDescription
Public PropertyCancelled Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>)
Public PropertyChangedEntities The list of every entity that was either added or modified in the EntityManager's cache as a result of this query. (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>)
Public PropertyCompletedSuccessfully Returns whether the operation completed successfully. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyCompletedSynchronously Returns whether the operation was completed synchronously. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyError The exception, if any, thrown by the underlying operation. (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>)
Public PropertyHasError Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyIsCompleted Returns whether the operation completed. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyIsErrorHandled Whether the Error was handled ( if one exists). (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyQuery The query executed.  
Public PropertyQueryResultReturns the QueryResult<T>.  
Public PropertyResolvedFetchStrategyThe actual FetchStrategy used. (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>)
Public PropertyResults The results of this query. Not necessarily a list of entities because a query can return complex or anonymous shapes as well as simple projections.  
Public PropertyTask Represents the operation. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs<QueryResult<T>>)
Public PropertyUserState Uniquely identifies the asynchronous operation. (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Public PropertyWasFetched True if the data was fetched from the EntityServer. (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>)
Top
Protected Properties
 NameDescription
Protected PropertyAsyncWorkState (Inherited from IdeaBlade.EntityModel.AsyncEventArgs)
Protected PropertyUntypedQuery (Inherited from IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<QueryResult<T>>)
Top
See Also

Reference

EntityQueriedAsyncEventArgs<T> Class
IdeaBlade.EntityModel Namespace

Send Feedback