C# Класс SenseNet.ContentRepository.Storage.Search.StringExpression

Наследование: Expression, IBinaryExpressionWrapper
Показать файл Открыть проект Примеры использования класса

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