-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
Anton Chaplygin edited this page Sep 30, 2019
·
3 revisions
This section covers two basic features of GrobExp.Mutators library: document conversion and validation. By document we mean a C# class with some fields or properties, which in turn can be C# classes, arrays and basic language types. You can write validation and conversion rules using C# expression trees based on lambda expressions.
If you are wondering what is the difference from the AutoMapper check out the dedicated page.