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
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
View Source
Type
Declaration
public EditorType Type { get; }
Property Value
Methods
View Source
GetConfigurationEditor()
Declaration
public IConfigurationEditor GetConfigurationEditor()
Returns
View Source
GetValueEditor()
Declaration
public IDataValueEditor GetValueEditor()
Returns
View Source
GetValueEditor(Object)
Declaration
public IDataValueEditor GetValueEditor(object configuration)
Parameters
Type |
Name |
Description |
System.Object |
configuration |
|
Returns