C# Class ModelBuilder.AgeValueGenerator

The AgeValueGenerator class is used to generate numbers that should represent a persons age.
Inheritance: NumericValueGenerator
Datei anzeigen Open project: roryprimrose/ModelBuilder

Public Methods

Method Description
IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool

Protected Methods

Method Description
GetMaximum ( Type type, string referenceName, object context ) : object
GetMinimum ( Type type, string referenceName, object context ) : object

Method Details

GetMaximum() protected method

protected GetMaximum ( Type type, string referenceName, object context ) : object
type System.Type
referenceName string
context object
return object

GetMinimum() protected method

protected GetMinimum ( Type type, string referenceName, object context ) : object
type System.Type
referenceName string
context object
return object

IsSupported() public method

public IsSupported ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
return bool