Class MemberTypeComposition
Represents a view model for the composition of member types.
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.MemberType
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class MemberTypeComposition
Constructors
View SourceMemberTypeComposition()
Declaration
public MemberTypeComposition()
Properties
View SourceCompositionType
Gets or sets the type of composition applied to the member type, indicating how this member type is composed with others.
Declaration
public required CompositionType CompositionType { get; init; }
Property Value
| Type | Description |
|---|---|
| CompositionType |
MemberType
Gets or sets the reference to the composed member type.
Declaration
public required ReferenceByIdModel MemberType { get; init; }
Property Value
| Type | Description |
|---|---|
| ReferenceByIdModel |