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

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

Private Properties

프로퍼티 타입 설명
EscapeValue string
WriteXml void

공개 메소드들

메소드 설명
StringExpression ( PropertyType property, StringOperator op, PropertyType value ) : System
StringExpression ( PropertyType property, StringOperator op, StringAttribute value ) : System
StringExpression ( PropertyType property, StringOperator op, string value ) : System
StringExpression ( StringAttribute property, StringOperator op, PropertyType value ) : System
StringExpression ( StringAttribute property, StringOperator op, StringAttribute value ) : System
StringExpression ( StringAttribute property, StringOperator op, string value ) : System

비공개 메소드들

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

메소드 상세

StringExpression() 공개 메소드

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

StringExpression() 공개 메소드

public StringExpression ( PropertyType property, StringOperator op, StringAttribute value ) : System
property SenseNet.ContentRepository.Storage.Schema.PropertyType
op StringOperator
value StringAttribute
리턴 System

StringExpression() 공개 메소드

public StringExpression ( PropertyType property, StringOperator op, string value ) : System
property SenseNet.ContentRepository.Storage.Schema.PropertyType
op StringOperator
value string
리턴 System

StringExpression() 공개 메소드

public StringExpression ( StringAttribute property, StringOperator op, PropertyType value ) : System
property StringAttribute
op StringOperator
value SenseNet.ContentRepository.Storage.Schema.PropertyType
리턴 System

StringExpression() 공개 메소드

public StringExpression ( StringAttribute property, StringOperator op, StringAttribute value ) : System
property StringAttribute
op StringOperator
value StringAttribute
리턴 System

StringExpression() 공개 메소드

public StringExpression ( StringAttribute property, StringOperator op, string value ) : System
property StringAttribute
op StringOperator
value string
리턴 System