ConditionalScope members
Executes code on the server conditionally.
The ConditionalScope type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConditionalScope(ClientRuntimeContext, Expression<Func<Boolean>>) | ||
ConditionalScope(ClientRuntimeContext, Expression<Func<Boolean>>, Boolean) |
Top
Properties
Name | Description | |
---|---|---|
TestResult | The result of conditional expression evaluated at the server. It is not available until the query is executed. (Inherited from ConditionalScopeBase.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | CustomFromJson (Inherited from ConditionalScopeBase.) | |
FromJson | Initialize its properties when the response comes from server. (Inherited from ConditionalScopeBase.) | |
StartIfFalse | Start the ELSE clause (Inherited from ConditionalScopeBase.) | |
StartIfTrue | Start the THEN clause (Inherited from ConditionalScopeBase.) | |
StartScope | Start the conditional execution scope. (Inherited from ConditionalScopeBase.) | |
ToString | (Inherited from Object.) |
Top