C# 클래스 SenseNet.ContentRepository.Storage.Search.ExpressionList

상속: Expression
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
WriteXml ( System writer ) : void

메소드 상세

Add() 공개 메소드

public Add ( Expression expression ) : void
expression Expression
리턴 void

ExpressionList() 공개 메소드

public ExpressionList ( ChainOperator operatorType ) : System.Collections.Generic
operatorType ChainOperator
리턴 System.Collections.Generic

ExpressionList() 공개 메소드

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

ExpressionList() 공개 메소드

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

ExpressionList() 공개 메소드

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