C# Class Raven.Database.Queries.FacetedQueryRunner.ParsedRange

Mostra file Open project: robashton/ravendb

Public Properties

Property Type Description
Field string
HighInclusive bool
HighValue string
LowInclusive bool
LowValue string
RangeText string

Public Methods

Method Description
IsMatch ( string value ) : bool
ToString ( ) : string

Method Details

IsMatch() public method

public IsMatch ( string value ) : bool
value string
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

Field public_oe property

public string Field
return string

HighInclusive public_oe property

public bool HighInclusive
return bool

HighValue public_oe property

public string HighValue
return string

LowInclusive public_oe property

public bool LowInclusive
return bool

LowValue public_oe property

public string LowValue
return string

RangeText public_oe property

public string RangeText
return string