DevForce Help Reference
EntityServerQueryInterceptor Class Properties


For a list of all members of this type, see EntityServerQueryInterceptor members.

Public Properties
 NameDescription
Public PropertyResultsForcedTrue if ForceResult was called.  
Top
Protected Properties
 NameDescription
Protected PropertyContext Gets or sets a custom context object for this operation.  
Protected PropertyDefaultAuthorization Override this property to change the default entity-level authorization.  
Protected PropertyDefaultClientQueryPermissions Override this property to change the default query permissions.  
Protected PropertyEntityManagerReturns an EntityManager.  
Protected PropertyIsServerQuery Returns true if the query was issued on the server.  
Protected PropertyPrincipalThe System.Security.Principal.IPrincipal from the user session requesting this operation.  
Protected PropertyQueriedEntities Returns a list of the entities queried. This property is only available after the query has executed.  
Protected PropertyQuery The current query.  
Protected PropertyQueryFilters May be added to in order to restrict how a query is executed. These filters will be ignored on any queries that are not subclasses of EntityQuery.  
Protected PropertyShouldAuthorizeQueryResult Whether to perform authorization by entity type on the query result. Default is false.  
Top
See Also

Reference

EntityServerQueryInterceptor Class
IdeaBlade.EntityModel.Server Namespace

Send Feedback