LinqConnect Documentation
In This Topic
    Conventions
    In This Topic

    Conventions serve to automatically configure mapping according to the specified rules. This allows you not to define the whole model mapping explicitly, you may skip some parts of mapping, and it will be generated with default values.

    Default conventions:

    User conventions must implement one of the following interfaces:

    Some default conventions implement the IStrategyConvention interface. Such conventions don't do anything themselves but affect fluent mapping generation.

    All the default conventions can be disabled, enabled again, or reconfigured through their public properties.

    Conventions interact with configurations through their interfaces: