Method | Description | |
---|---|---|
AddCondition ( |
Adds a new condition to the last added body / condition.
|
|
AddCondition ( |
Adds a new conditional and body. The first call this becomes the top-level conditional, subsequent calls will have it added as false statement of the previous conditional.
|
|
AddVariable ( System.Linq.Expressions.ParameterExpression var ) : void |
Adds a variable which will be scoped at the level of the final expression.
|
|
ConditionalBuilder ( ) : System.Linq.Expressions | ||
ConditionalBuilder ( |
||
FinishCondition ( |
Adds the non-conditional terminating node.
|
|
FinishCondition ( |
||
GetMetaObject ( ) : |
Gets the resulting meta object for the full body. FinishCondition must have been called.
|
public AddCondition ( |
||
condition | ||
return | void |
public AddCondition ( |
||
condition | ||
body | ||
return | void |
public AddVariable ( System.Linq.Expressions.ParameterExpression var ) : void | ||
var | System.Linq.Expressions.ParameterExpression | |
return | void |
public ConditionalBuilder ( ) : System.Linq.Expressions | ||
return | System.Linq.Expressions |
public ConditionalBuilder ( |
||
action | ||
return | System.Linq.Expressions |
public FinishCondition ( |
||
body | ||
return | void |
public FinishCondition ( |
||
body | ||
retType | ||
return | void |
public GetMetaObject ( ) : |
||
return |