C# 클래스 SenseNet.ContentRepository.Storage.Search.Internal.BinaryExpression

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

공개 메소드들

메소드 설명
BinaryExpression ( NodeAttribute property, Operator op, NodeAttribute value ) : System
BinaryExpression ( NodeAttribute property, Operator op, PropertyType value ) : System
BinaryExpression ( NodeAttribute property, Operator op, object value ) : System
BinaryExpression ( PropertyType property, Operator op, NodeAttribute value ) : System
BinaryExpression ( PropertyType property, Operator op, PropertyType value ) : System
BinaryExpression ( PropertyType property, Operator op, object value ) : System
GetNodeAttribute ( DateTimeAttribute attr ) : NodeAttribute
GetNodeAttribute ( IntAttribute attr ) : NodeAttribute
GetNodeAttribute ( ReferenceAttribute attr ) : NodeAttribute
GetNodeAttribute ( StringAttribute attr ) : NodeAttribute
GetOperator ( StringOperator op ) : Operator
GetOperator ( ValueOperator op ) : Operator

비공개 메소드들

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

메소드 상세

BinaryExpression() 공개 메소드

public BinaryExpression ( NodeAttribute property, Operator op, NodeAttribute value ) : System
property NodeAttribute
op Operator
value NodeAttribute
리턴 System

BinaryExpression() 공개 메소드

public BinaryExpression ( NodeAttribute property, Operator op, PropertyType value ) : System
property NodeAttribute
op Operator
value SenseNet.ContentRepository.Storage.Schema.PropertyType
리턴 System

BinaryExpression() 공개 메소드

public BinaryExpression ( NodeAttribute property, Operator op, object value ) : System
property NodeAttribute
op Operator
value object
리턴 System

BinaryExpression() 공개 메소드

public BinaryExpression ( PropertyType property, Operator op, NodeAttribute value ) : System
property SenseNet.ContentRepository.Storage.Schema.PropertyType
op Operator
value NodeAttribute
리턴 System

BinaryExpression() 공개 메소드

public BinaryExpression ( PropertyType property, Operator op, PropertyType value ) : System
property SenseNet.ContentRepository.Storage.Schema.PropertyType
op Operator
value SenseNet.ContentRepository.Storage.Schema.PropertyType
리턴 System

BinaryExpression() 공개 메소드

public BinaryExpression ( PropertyType property, Operator op, object value ) : System
property SenseNet.ContentRepository.Storage.Schema.PropertyType
op Operator
value object
리턴 System

GetNodeAttribute() 공개 정적인 메소드

public static GetNodeAttribute ( DateTimeAttribute attr ) : NodeAttribute
attr DateTimeAttribute
리턴 NodeAttribute

GetNodeAttribute() 공개 정적인 메소드

public static GetNodeAttribute ( IntAttribute attr ) : NodeAttribute
attr IntAttribute
리턴 NodeAttribute

GetNodeAttribute() 공개 정적인 메소드

public static GetNodeAttribute ( ReferenceAttribute attr ) : NodeAttribute
attr ReferenceAttribute
리턴 NodeAttribute

GetNodeAttribute() 공개 정적인 메소드

public static GetNodeAttribute ( StringAttribute attr ) : NodeAttribute
attr StringAttribute
리턴 NodeAttribute

GetOperator() 공개 정적인 메소드

public static GetOperator ( StringOperator op ) : Operator
op StringOperator
리턴 Operator

GetOperator() 공개 정적인 메소드

public static GetOperator ( ValueOperator op ) : Operator
op ValueOperator
리턴 Operator