Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IMapperCollection

    Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IMapperCollection : IBuilderCollection<BaseMapper>

    Properties

    View Source

    Item[Type]

    Declaration
    BaseMapper this[Type type] { get; }
    Parameters
    Type Name Description
    Type type
    Property Value
    Type Description
    BaseMapper

    Methods

    View Source

    TryGetMapper(Type, out BaseMapper)

    Declaration
    bool TryGetMapper(Type type, out BaseMapper mapper)
    Parameters
    Type Name Description
    Type type
    BaseMapper mapper
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Item[Type]
    • Methods
      • TryGetMapper(Type, out BaseMapper)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX