ConditionalScope members

Executes code on the server conditionally.

The ConditionalScope type exposes the following members.

Constructors

  Name Description
Public method ConditionalScope(ClientRuntimeContext, Expression<Func<Boolean>>)
Public method ConditionalScope(ClientRuntimeContext, Expression<Func<Boolean>>, Boolean)

Top

Properties

  Name Description
Public property 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
Public method CustomFromJson CustomFromJson (Inherited from ConditionalScopeBase.)
Public method FromJson Initialize its properties when the response comes from server. (Inherited from ConditionalScopeBase.)
Public method StartIfFalse Start the ELSE clause (Inherited from ConditionalScopeBase.)
Public method StartIfTrue Start the THEN clause (Inherited from ConditionalScopeBase.)
Public method StartScope Start the conditional execution scope. (Inherited from ConditionalScopeBase.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ConditionalScope class

Microsoft.SharePoint.Client namespace