The FluentMappingBuilder class is the main class creating and processing mapping configurations, that user interacts with. The result of its work is an instance of the FluentMappingSource class, that is created by the CreateMappingSource method.
This section describes how to use this class to create configurations, populate ignore lists, apply conventions, etc.
Describes how to create entity and complex type configurations by the help of the FluentMappingBuilder class.
Describes how to populate ignore lists by the help of the FluentMappingBuilder class.
Describes how to custmize the conventions list.
Describes how to choose data provider with the FluentMappingBuilder class to generate mapping.