C# Class ModelBuilder.DateOfBirthValueGenerator

The DateOfBirthValueGenerator class is used to generate random date of birth values.
Inheritance: ValueGeneratorMatcher
Afficher le fichier Open project: roryprimrose/ModelBuilder

Méthodes publiques

Méthode Description
DateOfBirthValueGenerator ( ) : System

Initializes a new instance of the DateTimeValueGenerator class.

Méthodes protégées

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

Method Details

DateOfBirthValueGenerator() public méthode

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