C# Class Rubber.DSL.Facet.RangeFacetBuilder.Entry

Datei anzeigen Open project: stephenpope/Rubber

Public Properties

Property Type Description
From double
FromAsString string
To double
ToAsString string

Public Methods

Method Description
Entry ( double from, double to ) : System.Collections.Generic
Entry ( string fromAsString, string toAsString ) : System.Collections.Generic

Method Details

Entry() public method

public Entry ( double from, double to ) : System.Collections.Generic
from double
to double
return System.Collections.Generic

Entry() public method

public Entry ( string fromAsString, string toAsString ) : System.Collections.Generic
fromAsString string
toAsString string
return System.Collections.Generic

Property Details

From public_oe property

public double From
return double

FromAsString public_oe property

public string FromAsString
return string

To public_oe property

public double To
return double

ToAsString public_oe property

public string ToAsString
return string