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

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

Private Properties

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

Méthodes publiques

Méthode Description
CurrencyExpression ( PropertyType property, ValueOperator op, PropertyType value ) : System
CurrencyExpression ( PropertyType property, ValueOperator op, decimal value ) : System

Private Methods

Méthode Description
WriteXml ( System writer ) : void

Method Details

CurrencyExpression() public méthode

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

CurrencyExpression() public méthode

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