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

Inheritance: Expression, IBinaryExpressionWrapper
ファイルを表示 Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description
EscapeValue string
WriteXml void

Public Methods

Method Description
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

Private Methods

Method Description
EscapeValue ( string value ) : string
WriteXml ( System writer ) : void

Method Details

StringExpression() public method

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

StringExpression() public method

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

StringExpression() public method

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

StringExpression() public method

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

StringExpression() public method

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

StringExpression() public method

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