Class IntegerPropertyEditor
Represents an integer property and parameter editor.
Namespace: Umbraco.Web.PropertyEditors
Assembly: Umbraco.Web.dll
Syntax
[DataEditor("Umbraco.Integer", EditorType.PropertyValue | EditorType.MacroParameter, "Numeric", "integer", ValueType = "INT")]
public class IntegerPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourceIntegerPropertyEditor(ILogger)
Declaration
public IntegerPropertyEditor(ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger | logger |
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 |