Class IntegerPropertyEditor
Represents an integer property and parameter editor.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class IntegerPropertyEditor : DataEditor, IDataEditor, IDiscoverableConstructors
View SourceIntegerPropertyEditor(IDataValueEditorFactory)
Declaration
public IntegerPropertyEditor(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 |