Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyTypeModelBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentTypeEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class PropertyTypeModelBase

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Appearance

    Declaration
    public PropertyTypeAppearance Appearance { get; set; }
    Property Value
    Type Description
    PropertyTypeAppearance
    View Source

    ContainerKey

    Declaration
    public Guid? ContainerKey { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    View Source

    DataTypeKey

    Declaration
    public Guid DataTypeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Key

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    SortOrder

    Declaration
    public int SortOrder { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Validation

    Declaration
    public PropertyTypeValidation Validation { get; set; }
    Property Value
    Type Description
    PropertyTypeValidation
    View Source

    VariesByCulture

    Declaration
    public bool VariesByCulture { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    VariesBySegment

    Declaration
    public bool VariesBySegment { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Appearance
      • ContainerKey
      • DataTypeKey
      • Description
      • Key
      • Name
      • SortOrder
      • Validation
      • VariesByCulture
      • VariesBySegment
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX