Search Results for

    Show / Hide Table of Contents

    Class IdentityMapDefinition

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: cs.temp.dll.dll
    Syntax
    public class IdentityMapDefinition : IMapDefinition

    Constructors

    IdentityMapDefinition(ILocalizedTextService, IEntityService, IOptions<GlobalSettings>, AppCaches)

    Declaration
    public IdentityMapDefinition(ILocalizedTextService textService, IEntityService entityService, IOptions<GlobalSettings> globalSettings, AppCaches appCaches)
    Parameters
    Type Name Description
    ILocalizedTextService textService
    IEntityService entityService
    IOptions<GlobalSettings> globalSettings
    AppCaches appCaches

    Methods

    DefineMaps(IUmbracoMapper)

    Declaration
    public void DefineMaps(IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IUmbracoMapper mapper
    In This Article
    • Constructors
      • IdentityMapDefinition(ILocalizedTextService, IEntityService, IOptions<GlobalSettings>, AppCaches)
    • Methods
      • DefineMaps(IUmbracoMapper)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX