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

Afficher le fichier Open project: stephenpope/Rubber

Méthodes publiques

Свойство Type Description
From double
FromAsString string
To double
ToAsString string

Méthodes publiques

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

Method Details

Entry() public méthode

public Entry ( double from, double to ) : System.Collections.Generic
from double
to double
Résultat System.Collections.Generic

Entry() public méthode

public Entry ( string fromAsString, string toAsString ) : System.Collections.Generic
fromAsString string
toAsString string
Résultat System.Collections.Generic

Property Details

From public_oe property

public double From
Résultat double

FromAsString public_oe property

public string FromAsString
Résultat string

To public_oe property

public double To
Résultat double

ToAsString public_oe property

public string ToAsString
Résultat string