View Source
Class UserMapDefinition
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class UserMapDefinition : IMapDefinition
Constructors
View Source
UserMapDefinition(ILocalizedTextService, IUserService, IEntityService, ISectionService, AppCaches, ActionCollection, IOptions<GlobalSettings>, MediaFileManager, IShortStringHelper, IImageUrlGenerator)
Declaration
public UserMapDefinition(ILocalizedTextService textService, IUserService userService, IEntityService entityService, ISectionService sectionService, AppCaches appCaches, ActionCollection actions, IOptions<GlobalSettings> globalSettings, MediaFileManager mediaFileManager, IShortStringHelper shortStringHelper, IImageUrlGenerator imageUrlGenerator)
Parameters
View Source
UserMapDefinition(ILocalizedTextService, IUserService, IEntityService, ISectionService, AppCaches, ActionCollection, IOptions<GlobalSettings>, MediaFileManager, IShortStringHelper, IImageUrlGenerator, ILocalizationService)
Declaration
public UserMapDefinition(ILocalizedTextService textService, IUserService userService, IEntityService entityService, ISectionService sectionService, AppCaches appCaches, ActionCollection actions, IOptions<GlobalSettings> globalSettings, MediaFileManager mediaFileManager, IShortStringHelper shortStringHelper, IImageUrlGenerator imageUrlGenerator, ILocalizationService localizationService)
Parameters
Methods
View Source
DefineMaps(IUmbracoMapper)
Declaration
public void DefineMaps(IUmbracoMapper mapper)
Parameters