DevForce Help Reference
EntityServerQueryInterceptor Class Methods


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

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 MethodAuthorizeQuery Override this method to intercept the query to provide custom authorization.  
Protected MethodAuthorizeQueryResult Override to perform authorization on the results of the query.  
Protected MethodClientCanQuery May be overridden to control which types are allowed to be queried by the user.  
Protected MethodExecuteQuery May be overridden. Insure that base.ExecuteQuery is called to insure that the underlying query is executed.  
Protected MethodFilterQuery May be overridden to perform any logic before the query is executed. classes.  
Protected MethodFinalize (Inherited from object)
Protected MethodForceResult BETA feature - may be called to force the results of the query. The shape of the result being foreced must match that of the result of the query being executed. This method can be called either before or after the execution of the query.  
Protected MethodGetClientQueryPermission Returns the permissions granted for this query and for this principal.  
Protected MethodMemberwiseClone (Inherited from object)
Protected MethodOnError May be overridden to log errors;  
Top
See Also

Reference

EntityServerQueryInterceptor Class
IdeaBlade.EntityModel.Server Namespace

Send Feedback