ConditionalScope Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ConditionalScope class.
Overload List
Name | Description | |
---|---|---|
ConditionalScope(ClientRuntimeContext, Expression<Func<Boolean>>) | Initializes a new instance of the ConditionalScope class with the specified client runtime context and conditional expression. | |
ConditionalScope(ClientRuntimeContext, Expression<Func<Boolean>>, Boolean) | Initializes a new instance of the ConditionalScope class with the specified client runtime context, the conditional expression, and the flag that indicates whether to allow all actions inside the conditional scope or to allow only queries. |
Top