Class DecimalPropertyEditor
Represents a decimal property and parameter editor.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class DecimalPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourceDecimalPropertyEditor(IDataValueEditorFactory)
Initializes a new instance of the DecimalPropertyEditor class.
Declaration
public DecimalPropertyEditor(IDataValueEditorFactory dataValueEditorFactory)
Parameters
Type | Name | Description |
---|---|---|
IDataValueEditorFactory | dataValueEditorFactory |
Methods
View SourceCreateConfigurationEditor()
Creates a configuration editor instance.
Declaration
protected override IConfigurationEditor CreateConfigurationEditor()
Returns
Type | Description |
---|---|
IConfigurationEditor |
CreateValueEditor()
Creates a value editor instance.
Declaration
protected override IDataValueEditor CreateValueEditor()
Returns
Type | Description |
---|---|
IDataValueEditor |