Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberModelBuilderBase

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

    Constructors

    View Source

    MemberModelBuilderBase(IMemberTypeService, IShortStringHelper)

    Declaration
    public MemberModelBuilderBase(IMemberTypeService memberTypeService, IShortStringHelper shortStringHelper)
    Parameters
    Type Name Description
    IMemberTypeService memberTypeService
    IShortStringHelper shortStringHelper

    Properties

    View Source

    MemberTypeService

    Declaration
    public IMemberTypeService MemberTypeService { get; }
    Property Value
    Type Description
    IMemberTypeService

    Methods

    View Source

    GetMemberPropertiesViewModel(IMemberType, IMember)

    Declaration
    protected List<MemberPropertyModel> GetMemberPropertiesViewModel(IMemberType memberType, IMember member = null)
    Parameters
    Type Name Description
    IMemberType memberType
    IMember member
    Returns
    Type Description
    List<MemberPropertyModel>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MemberModelBuilderBase(IMemberTypeService, IShortStringHelper)
    • Properties
      • MemberTypeService
    • Methods
      • GetMemberPropertiesViewModel(IMemberType, IMember)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX