Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    MemberTypeComposition()

    Declaration
    public MemberTypeComposition()

    Properties

    View Source

    CompositionType

    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
    View Source

    MemberType

    Gets or sets the reference to the composed member type.

    Declaration
    public required ReferenceByIdModel MemberType { get; init; }
    Property Value
    Type Description
    ReferenceByIdModel
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX