View Source
Class MemberModelBuilderBase
Assembly: Umbraco.Web.Website.dll
Syntax
public abstract class MemberModelBuilderBase
Constructors
View Source
MemberModelBuilderBase(IMemberTypeService, IShortStringHelper)
Declaration
public MemberModelBuilderBase(IMemberTypeService memberTypeService, IShortStringHelper shortStringHelper)
Parameters
Properties
View Source
MemberTypeService
Declaration
public IMemberTypeService MemberTypeService { get; }
Property Value
Methods
View Source
GetMemberPropertiesViewModel(IMemberType, IMember?)
Declaration
protected List<MemberPropertyModel> GetMemberPropertiesViewModel(IMemberType memberType, IMember? member = null)
Parameters
Returns