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

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

Private Properties

Свойство Type Description
EscapeValue string
WriteXml void

Méthodes publiques

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

Méthode Description
EscapeValue ( string value ) : string
WriteXml ( System writer ) : void

Method Details

StringExpression() public méthode

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

StringExpression() public méthode

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

StringExpression() public méthode

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

StringExpression() public méthode

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

StringExpression() public méthode

public StringExpression ( StringAttribute property, StringOperator op, StringAttribute value ) : System
property StringAttribute
op StringOperator
value StringAttribute
Résultat System

StringExpression() public méthode

public StringExpression ( StringAttribute property, StringOperator op, string value ) : System
property StringAttribute
op StringOperator
value string
Résultat System