Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeHasValuesDisplay

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "dataTypeHasValuesDisplay")]
    public class DataTypeHasValuesDisplay

    Constructors

    View Source

    DataTypeHasValuesDisplay(Int32, Boolean)

    Declaration
    public DataTypeHasValuesDisplay(int id, bool hasValues)
    Parameters
    Type Name Description
    System.Int32 id
    System.Boolean hasValues

    Properties

    View Source

    HasValues

    Declaration
    [DataMember(Name = "hasValues")]
    public bool HasValues { get; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Id

    Declaration
    [DataMember(Name = "id")]
    public int Id { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DataTypeHasValuesDisplay(Int32, Boolean)
    • Properties
      • HasValues
      • Id
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX