C# Class ModelBuilder.CompanyValueGenerator

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

Méthodes publiques

Méthode Description
CompanyValueGenerator ( ) : System

Initializes a new instance of the CompanyValueGenerator class.

Méthodes protégées

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

Method Details

CompanyValueGenerator() public méthode

Initializes a new instance of the CompanyValueGenerator class.
public CompanyValueGenerator ( ) : 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