Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeModelBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.DataType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public abstract class DataTypeModelBase

    Properties

    View Source

    EditorAlias

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

    EditorUiAlias

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

    Name

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

    Values

    Declaration
    public IEnumerable<DataTypePropertyPresentationModel> Values { get; set; }
    Property Value
    Type Description
    IEnumerable<DataTypePropertyPresentationModel>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • EditorAlias
      • EditorUiAlias
      • Name
      • Values
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX