Skip to content

Going back to origins. #9

@mikila85

Description

@mikila85

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions