C# Class ModelBuilder.DateOfBirthValueGenerator

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

Public Methods

Method Description
DateOfBirthValueGenerator ( ) : System

Initializes a new instance of the DateTimeValueGenerator class.

Protected Methods

Method Description
GenerateValue ( Type type, string referenceName, LinkedList buildChain ) : object

Method Details

DateOfBirthValueGenerator() public method

Initializes a new instance of the DateTimeValueGenerator class.
public DateOfBirthValueGenerator ( ) : System
return System

GenerateValue() protected method

protected GenerateValue ( Type type, string referenceName, LinkedList buildChain ) : object
type System.Type
referenceName string
buildChain LinkedList
return object