C# Class ModelBuilder.CountryValueGenerator

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

Méthodes publiques

Méthode Description
CountryValueGenerator ( ) : System

Initializes a new instance of the CountryValueGenerator class.

Méthodes protégées

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

Method Details

CountryValueGenerator() public méthode

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

GenerateValue() protected méthode

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