C# Class SenseNet.ContentRepository.Storage.Search.ExpressionList

Inheritance: Expression
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
Add ( Expression expression ) : void
ExpressionList ( ChainOperator operatorType ) : System.Collections.Generic
ExpressionList ( ChainOperator operatorType, Expression expression ) : System.Collections.Generic
ExpressionList ( ChainOperator operatorType, Expression exp0, Expression exp1 ) : System.Collections.Generic
ExpressionList ( ChainOperator operatorType, Expression exp0, Expression exp1, Expression exp2 ) : System.Collections.Generic

Private Methods

Method Description
WriteXml ( System writer ) : void

Method Details

Add() public method

public Add ( Expression expression ) : void
expression Expression
return void

ExpressionList() public method

public ExpressionList ( ChainOperator operatorType ) : System.Collections.Generic
operatorType ChainOperator
return System.Collections.Generic

ExpressionList() public method

public ExpressionList ( ChainOperator operatorType, Expression expression ) : System.Collections.Generic
operatorType ChainOperator
expression Expression
return System.Collections.Generic

ExpressionList() public method

public ExpressionList ( ChainOperator operatorType, Expression exp0, Expression exp1 ) : System.Collections.Generic
operatorType ChainOperator
exp0 Expression
exp1 Expression
return System.Collections.Generic

ExpressionList() public method

public ExpressionList ( ChainOperator operatorType, Expression exp0, Expression exp1, Expression exp2 ) : System.Collections.Generic
operatorType ChainOperator
exp0 Expression
exp1 Expression
exp2 Expression
return System.Collections.Generic