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

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

Private Properties

Свойство Тип Описание
WriteXml void

Открытые методы

Метод Описание
CurrencyExpression ( PropertyType property, ValueOperator op, PropertyType value ) : System
CurrencyExpression ( PropertyType property, ValueOperator op, decimal value ) : System

Приватные методы

Метод Описание
WriteXml ( System writer ) : void

Описание методов

CurrencyExpression() публичный Метод

public CurrencyExpression ( PropertyType property, ValueOperator op, PropertyType value ) : System
property SenseNet.ContentRepository.Storage.Schema.PropertyType
op ValueOperator
value SenseNet.ContentRepository.Storage.Schema.PropertyType
Результат System

CurrencyExpression() публичный Метод

public CurrencyExpression ( PropertyType property, ValueOperator op, decimal value ) : System
property SenseNet.ContentRepository.Storage.Schema.PropertyType
op ValueOperator
value decimal
Результат System