IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityQueriedEventArgs Class |
The following tables list the members exposed by EntityQueriedEventArgs.
Name | Description | |
---|---|---|
Cancelled | Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs) | |
ChangedEntities | The list of every entity that was either added or modified in the EntityManager's cache as a result of this query. | |
CompletedSuccessfully | Returns whether the operation completed successfully. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs) | |
CompletedSynchronously | Returns whether the operation was completed synchronously. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs) | |
Error | The exception, if any, thrown by the underlying operation. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs) | |
HasError | Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs) | |
IsCompleted | Returns whether the operation completed. (Inherited from IdeaBlade.EntityModel.CompletedEventArgs) | |
IsErrorHandled | Whether the Error was handled ( if one exists). (Inherited from IdeaBlade.EntityModel.CompletedEventArgs) | |
Query | The query executed. | |
QueryResult | The QueryResult of ExecuteQueryForResult or ExecuteQueryForResultAsync call. | |
ResolvedFetchStrategy | The actual FetchStrategy used. | |
Results | The list of entities fetched. | |
WasFetched | True if the data was fetched from the EntityServer. |
Name | Description | |
---|---|---|
Equals | (Inherited from object) | |
GetHashCode | (Inherited from object) | |
GetType | (Inherited from object) | |
ToString | (Inherited from object) |
Name | Description | |
---|---|---|
Finalize | (Inherited from object) | |
MemberwiseClone | (Inherited from object) |