View Source
  Class IdentityMapDefinition
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public class IdentityMapDefinition : IMapDefinition
   
  Constructors
  
  
    View Source
  
  IdentityMapDefinition(ILocalizedTextService, IEntityService, IOptions<GlobalSettings>, AppCaches)
  
  
  Declaration
  
    public IdentityMapDefinition(ILocalizedTextService textService, IEntityService entityService, IOptions<GlobalSettings> globalSettings, AppCaches appCaches)
   
  Parameters
  
  
    View Source
  
  IdentityMapDefinition(ILocalizedTextService, IEntityService, IOptions<GlobalSettings>, AppCaches, ITwoFactorLoginService)
  
  
  Declaration
  
    public IdentityMapDefinition(ILocalizedTextService textService, IEntityService entityService, IOptions<GlobalSettings> globalSettings, AppCaches appCaches, ITwoFactorLoginService twoFactorLoginService)
   
  Parameters
  
  Methods
  
  
    View Source
  
  DefineMaps(IUmbracoMapper)
  
  
  Declaration
  
    public void DefineMaps(IUmbracoMapper mapper)
   
  Parameters