C# 클래스 Raven.Database.Queries.FacetedQueryRunner.ParsedRange

파일 보기 프로젝트 열기: robashton/ravendb

공개 프로퍼티들

프로퍼티 타입 설명
Field string
HighInclusive bool
HighValue string
LowInclusive bool
LowValue string
RangeText string

공개 메소드들

메소드 설명
IsMatch ( string value ) : bool
ToString ( ) : string

메소드 상세

IsMatch() 공개 메소드

public IsMatch ( string value ) : bool
value string
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Field 공개적으로 프로퍼티

public string Field
리턴 string

HighInclusive 공개적으로 프로퍼티

public bool HighInclusive
리턴 bool

HighValue 공개적으로 프로퍼티

public string HighValue
리턴 string

LowInclusive 공개적으로 프로퍼티

public bool LowInclusive
리턴 bool

LowValue 공개적으로 프로퍼티

public string LowValue
리턴 string

RangeText 공개적으로 프로퍼티

public string RangeText
리턴 string