PersonGenerator<(Of <(<'TPerson>)>)> Constructor (String, String, String, String, String, NameGenerator, HetuGenerator)
New random generator with and
Namespace:
Suoranta.EnterpriseLib.Util.MockDataAssembly: Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)
Syntax
public PersonGenerator( string firstNameProperty, string lastNameProperty, string dateOfBirthProperty, string sexProperty, string hetuProperty, NameGenerator nameGenerator, HetuGenerator hetuGenerator )
Parameters
- firstNameProperty
- Type: String
- lastNameProperty
- Type: String
- dateOfBirthProperty
- Type: String
- sexProperty
- Type: String
- hetuProperty
- Type: String
- nameGenerator
- Type: Suoranta.EnterpriseLib.Util.MockData..::..NameGenerator
- hetuGenerator
- Type: Suoranta.EnterpriseLib.Util.MockData..::..HetuGenerator

