Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserMapDefinition

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Mapping
    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
    Type Name Description
    ILocalizedTextService textService
    IUserService userService
    IEntityService entityService
    ISectionService sectionService
    AppCaches appCaches
    ActionCollection actions
    IOptions<GlobalSettings> globalSettings
    MediaFileManager mediaFileManager
    IShortStringHelper shortStringHelper
    IImageUrlGenerator imageUrlGenerator
    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
    Type Name Description
    ILocalizedTextService textService
    IUserService userService
    IEntityService entityService
    ISectionService sectionService
    AppCaches appCaches
    ActionCollection actions
    IOptions<GlobalSettings> globalSettings
    MediaFileManager mediaFileManager
    IShortStringHelper shortStringHelper
    IImageUrlGenerator imageUrlGenerator
    ILocalizationService localizationService

    Methods

    View Source

    DefineMaps(IUmbracoMapper)

    Declaration
    public void DefineMaps(IUmbracoMapper mapper)
    Parameters
    Type Name Description
    IUmbracoMapper mapper
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserMapDefinition(ILocalizedTextService, IUserService, IEntityService, ISectionService, AppCaches, ActionCollection, IOptions<GlobalSettings>, MediaFileManager, IShortStringHelper, IImageUrlGenerator)
      • UserMapDefinition(ILocalizedTextService, IUserService, IEntityService, ISectionService, AppCaches, ActionCollection, IOptions<GlobalSettings>, MediaFileManager, IShortStringHelper, IImageUrlGenerator, ILocalizationService)
    • Methods
      • DefineMaps(IUmbracoMapper)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX