View Source
Class MemberTypeTreeControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class MemberTypeTreeControllerBase : NamedEntityTreeControllerBase<MemberTypeTreeItemResponseModel>
Constructors
View Source
MemberTypeTreeControllerBase(IEntityService, IMemberTypeService)
Declaration
public MemberTypeTreeControllerBase(IEntityService entityService, IMemberTypeService memberTypeService)
Parameters
Type |
Name |
Description |
IEntityService |
entityService |
|
IMemberTypeService |
memberTypeService |
|
Properties
View Source
ItemObjectType
Declaration
protected override UmbracoObjectTypes ItemObjectType { get; }
Property Value
Type |
Description |
UmbracoObjectTypes |
|
Methods
View Source
MapTreeItemViewModels(Nullable<Guid>, IEntitySlim[])
Declaration
protected override MemberTypeTreeItemResponseModel[] MapTreeItemViewModels(Guid? parentKey, IEntitySlim[] entities)
Parameters
Type |
Name |
Description |
System.Nullable<Guid> |
parentKey |
|
IEntitySlim[] |
entities |
|
Returns