Show / Hide Table of Contents

    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 Source

    MapperProvider(IEnumerable<IMapperInitializer>)

    Declaration
    public MapperProvider(IEnumerable<IMapperInitializer> mapperConfigurations)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<IMapperInitializer> mapperConfigurations

    Properties

    | Improve this Doc View Source

    MasterMapper

    Declaration
    public static IMapper MasterMapper { get; set; }
    Property Value
    Type Description
    IMapper

    Methods

    | Improve this Doc View Source

    Start()

    Declaration
    public void Start()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network