C# Class ModelBuilder.AgeValueGenerator

The AgeValueGenerator class is used to generate numbers that should represent a persons age.
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