C# Class Kooboo.Commerce.Search.Facets.FacetRange

Mostra file Open project: Kooboo/Ecommerce Class Usage Examples

Private Properties

Property Type Description
IsInclusive bool

Public Methods

Method Description
FacetRange ( ) : System
FacetRange ( string label ) : System
Parse ( string label, string rangeValue ) : FacetRange
ToString ( ) : string

Private Methods

Method Description
IsInclusive ( char ch ) : bool

Method Details

FacetRange() public method

public FacetRange ( ) : System
return System

FacetRange() public method

public FacetRange ( string label ) : System
label string
return System

Parse() public static method

public static Parse ( string label, string rangeValue ) : FacetRange
label string
rangeValue string
return FacetRange

ToString() public method

public ToString ( ) : string
return string