Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exx-RandomData

Random Data PCL allows you to create instances of objects populated by random data. It is useful for developing UI. You can do it in your Xamarin projects.

#Usage var generator = new RandomDataGenerator();

        //generate one MyObject instance
        var myObject = generator.Generate();

        //Id property will have default value
        generator.Ignore(o => o.Id);

        //generate enumerable
        var myObjects = generator.Generate(5);

About

Random Data PCL allows you to create instances of objects populated by random data. It is useful for developing UI. You can do it in your Xamarin projects.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages