Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeCompositionDisplay<TPropertyTypeDisplay>

    Inheritance
    System.Object
    EntityBasic
    ContentTypeBasic
    ContentTypeCompositionDisplay
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "contentType", Namespace = "")]
    public abstract class ContentTypeCompositionDisplay<TPropertyTypeDisplay> : ContentTypeCompositionDisplay, INotificationModel where TPropertyTypeDisplay : PropertyTypeDisplay
    Type Parameters
    Name Description
    TPropertyTypeDisplay

    Constructors

    View Source

    ContentTypeCompositionDisplay()

    Declaration
    protected ContentTypeCompositionDisplay()

    Properties

    View Source

    Groups

    Declaration
    [DataMember(Name = "groups")]
    public IEnumerable<PropertyGroupDisplay<TPropertyTypeDisplay>> Groups { get; set; }
    Property Value
    Type Description
    IEnumerable<PropertyGroupDisplay<TPropertyTypeDisplay>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentTypeCompositionDisplay()
    • Properties
      • Groups
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX