Class MapperProvider
Inheritance
System.Object
MapperProvider
Namespace: Catalyst.Core.Lib.DAO
Assembly: Catalyst.Core.Lib.dll
Syntax
public class MapperProvider : IStartable
Constructors
| Improve this Doc View SourceMapperProvider(IEnumerable<IMapperInitializer>)
Declaration
public MapperProvider(IEnumerable<IMapperInitializer> mapperConfigurations)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<IMapperInitializer> | mapperConfigurations |
Properties
| Improve this Doc View SourceMasterMapper
Declaration
public static IMapper MasterMapper { get; set; }
Property Value
Type | Description |
---|---|
IMapper |
Methods
| Improve this Doc View SourceStart()
Declaration
public void Start()