Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberModelBuilderFactory

    Service to create model builder instances for working with Members on the front-end

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Website.Models
    Assembly: Umbraco.Web.Website.dll
    Syntax
    public class MemberModelBuilderFactory

    Constructors

    View Source

    MemberModelBuilderFactory(IMemberTypeService, IMemberService, IShortStringHelper, IHttpContextAccessor)

    Declaration
    public MemberModelBuilderFactory(IMemberTypeService memberTypeService, IMemberService memberService, IShortStringHelper shortStringHelper, IHttpContextAccessor httpContextAccessor)
    Parameters
    Type Name Description
    IMemberTypeService memberTypeService
    IMemberService memberService
    IShortStringHelper shortStringHelper
    Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor

    Methods

    View Source

    CreateProfileModel()

    Create a RegisterModelBuilder

    Declaration
    public ProfileModelBuilder CreateProfileModel()
    Returns
    Type Description
    ProfileModelBuilder
    View Source

    CreateRegisterModel()

    Create a RegisterModelBuilder

    Declaration
    public RegisterModelBuilder CreateRegisterModel()
    Returns
    Type Description
    RegisterModelBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MemberModelBuilderFactory(IMemberTypeService, IMemberService, IShortStringHelper, IHttpContextAccessor)
    • Methods
      • CreateProfileModel()
      • CreateRegisterModel()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX