Search Results for

    Show / Hide Table of Contents
    View Source

    Class MissingPropertyEditor

    Represents a temporary representation of an editor for cases where a data type is created but not editor is available.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class MissingPropertyEditor : IDataEditor, IDiscoverable

    Properties

    View Source

    Alias

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

    DefaultConfiguration

    Declaration
    public IDictionary<string, object> DefaultConfiguration { get; }
    Property Value
    Type Description
    IDictionary<System.String, System.Object>
    View Source

    Group

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

    Icon

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

    IsDeprecated

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

    Name

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

    PropertyIndexValueFactory

    Declaration
    public IPropertyIndexValueFactory PropertyIndexValueFactory { get; }
    Property Value
    Type Description
    IPropertyIndexValueFactory
    View Source

    Type

    Declaration
    public EditorType Type { get; }
    Property Value
    Type Description
    EditorType

    Methods

    View Source

    GetConfigurationEditor()

    Declaration
    public IConfigurationEditor GetConfigurationEditor()
    Returns
    Type Description
    IConfigurationEditor
    View Source

    GetValueEditor()

    Declaration
    public IDataValueEditor GetValueEditor()
    Returns
    Type Description
    IDataValueEditor
    View Source

    GetValueEditor(Object)

    Declaration
    public IDataValueEditor GetValueEditor(object configuration)
    Parameters
    Type Name Description
    System.Object configuration
    Returns
    Type Description
    IDataValueEditor
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • DefaultConfiguration
      • Group
      • Icon
      • IsDeprecated
      • Name
      • PropertyIndexValueFactory
      • Type
    • Methods
      • GetConfigurationEditor()
      • GetValueEditor()
      • GetValueEditor(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX