| Overload | Description | 
|---|---|
| DAClientMapper Constructor() | Initializes a new instance of the class, with all defaults. | 
| DAClientMapper Constructor(DAClientMapper) | Initializes a new copy of the DAClientMapper object. | 
| DAClientMapper Constructor(DAMappingContext) | Initializes a new instance of the class, with given mapping context template. | 
| DAClientMapper Constructor(IEasyDAClient) | Initializes a new instance of the class, with given client object. | 
| DAClientMapper Constructor(IEasyDAClient,DAMappingContext) | Initializes a new instance of the class, with given client object and mapping context template. | 
| DAClientMapper Constructor(IEasyDAClient,DAMappingProvider,DAMappingContext) | Initializes a new instance of the class, with given client object, mapping provider, and mapping context template. |