Hi,
arriving to you from your original post at:
http://stackoverflow.com/questions/1413342/are-there-any-tools-to-populate-class-properties-with-random-data
i tried todo the same thing and to create this project until i found yours,
the problem is i still cant find the use of attributes(in class) in order to determine the type of the field.
am i missing it or it got neglected on the way?
p.s.
What worked was calling the Name as "EmailAddress" .. but the name is Email ..
i tried:
[Attribute("EmailAddress")]
public string Email{ get; set; }
[EmailAddress]
public string Email{ get; set; }
[Hydrator("EmailAddress")]
public string Email{ get; set; }
please help.
Hi,
arriving to you from your original post at:
http://stackoverflow.com/questions/1413342/are-there-any-tools-to-populate-class-properties-with-random-data
i tried todo the same thing and to create this project until i found yours,
the problem is i still cant find the use of attributes(in class) in order to determine the type of the field.
am i missing it or it got neglected on the way?
p.s.
What worked was calling the Name as "EmailAddress" .. but the name is Email ..
i tried:
[Attribute("EmailAddress")]
public string Email{ get; set; }
[EmailAddress]
public string Email{ get; set; }
[Hydrator("EmailAddress")]
public string Email{ get; set; }
please help.