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

Inheritance: Expression
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
WriteXml ( System writer ) : void

Method Details

Add() public méthode

public Add ( Expression expression ) : void
expression Expression
Résultat void

ExpressionList() public méthode

public ExpressionList ( ChainOperator operatorType ) : System.Collections.Generic
operatorType ChainOperator
Résultat System.Collections.Generic

ExpressionList() public méthode

public ExpressionList ( ChainOperator operatorType, Expression expression ) : System.Collections.Generic
operatorType ChainOperator
expression Expression
Résultat System.Collections.Generic

ExpressionList() public méthode

public ExpressionList ( ChainOperator operatorType, Expression exp0, Expression exp1 ) : System.Collections.Generic
operatorType ChainOperator
exp0 Expression
exp1 Expression
Résultat System.Collections.Generic

ExpressionList() public méthode

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