| Overload | Description | 
|---|---|
| UAClientMapper Constructor() | Initializes a new instance of the class, with all defaults. | 
| UAClientMapper Constructor(UAClientMapper) | Initializes a new instance of the class, copying values from given UAClientMapper. | 
| UAClientMapper Constructor(UAMappingContext) | Initializes a new instance of the class, with given mapping context template. | 
| UAClientMapper Constructor(IEasyUAClient) | Initializes a new instance of the class, with given client object. | 
| UAClientMapper Constructor(IEasyUAClient,UAMappingContext) | Initializes a new instance of the class, with given client object and mapping context template. | 
| UAClientMapper Constructor(IEasyUAClient,UAMappingProvider,UAMappingContext) | Initializes a new instance of the class, with given client object, mapping provider, and mapping context template. | 
