DevForce Help Reference
EntityQueriedEventArgs Class Members
Properties  Methods 


The following tables list the members exposed by EntityQueriedEventArgs.

Public Properties
 NameDescription
Public PropertyCancelled Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs)
Public PropertyChangedEntities The list of every entity that was either added or modified in the EntityManager's cache as a result of this query.  
Public PropertyCompletedSuccessfully Returns whether the operation completed successfully. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs)
Public PropertyCompletedSynchronously Returns whether the operation was completed synchronously. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs)
Public PropertyError The exception, if any, thrown by the underlying operation. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs)
Public PropertyHasError Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs)
Public PropertyIsCompleted Returns whether the operation completed. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs)
Public PropertyIsErrorHandled Whether the Error was handled ( if one exists). (Inherited from IdeaBlade.EntityModel.CompletedEventArgs)
Public PropertyQuery The query executed.  
Public PropertyQueryResultThe QueryResult of ExecuteQueryForResult or ExecuteQueryForResultAsync call.  
Public PropertyResolvedFetchStrategyThe actual FetchStrategy used.  
Public PropertyResults The list of entities fetched.  
Public PropertyWasFetched True if the data was fetched from the EntityServer.  
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

EntityQueriedEventArgs Class
IdeaBlade.EntityModel Namespace

Send Feedback