C# Class ModelBuilder.CountValueGenerator

The CountValueGenerator class is used to generate numeric values for parameters and properties that look like count or length values.
Inheritance: NumericValueGenerator
Afficher le fichier Open project: roryprimrose/ModelBuilder

Méthodes publiques

Méthode Description
IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool

Méthodes protégées

Méthode Description
GetMaximum ( Type type, string referenceName, object context ) : object
GetMinimum ( Type type, string referenceName, object context ) : object

Method Details

GetMaximum() protected méthode

protected GetMaximum ( Type type, string referenceName, object context ) : object
type System.Type
referenceName string
context object
Résultat object

GetMinimum() protected méthode

protected GetMinimum ( Type type, string referenceName, object context ) : object
type System.Type
referenceName string
context object
Résultat object

IsSupported() public méthode

public IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
Résultat bool