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

Inheritance: Expression, IBinaryExpressionWrapper
Mostra file Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
WriteXml void

Public Methods

Method Description
CurrencyExpression ( PropertyType property, ValueOperator op, PropertyType value ) : System
CurrencyExpression ( PropertyType property, ValueOperator op, decimal value ) : System

Private Methods

Method Description
WriteXml ( System writer ) : void

Method Details

CurrencyExpression() public method

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

CurrencyExpression() public method

public CurrencyExpression ( PropertyType property, ValueOperator op, decimal value ) : System
property SenseNet.ContentRepository.Storage.Schema.PropertyType
op ValueOperator
value decimal
return System