C# Class ModelBuilder.PostCodeValueGenerator

The PostCodeValueGenerator class is used to generate random post code values.
Inheritance: ValueGeneratorMatcher
Afficher le fichier Open project: roryprimrose/ModelBuilder

Méthodes publiques

Méthode Description
PostCodeValueGenerator ( ) : System

Initializes a new instance of the PostCodeValueGenerator class.

Méthodes protégées

Méthode Description
GenerateValue ( Type type, string referenceName, LinkedList buildChain ) : object

Method Details

GenerateValue() protected méthode

protected GenerateValue ( Type type, string referenceName, LinkedList buildChain ) : object
type System.Type
referenceName string
buildChain LinkedList
Résultat object

PostCodeValueGenerator() public méthode

Initializes a new instance of the PostCodeValueGenerator class.
public PostCodeValueGenerator ( ) : System
Résultat System