C# 클래스 SenseNet.ContentRepository.Storage.Search.CurrencyExpression

상속: Expression, IBinaryExpressionWrapper
파일 보기 프로젝트 열기: maxpavlov/FlexNet

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