Class PlainIntegerPropertyEditor
Represents a property editor for configuration-less decimal properties.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
[DataEditor("Umbraco.Plain.Integer", ValueEditorIsReusable = true, ValueType = "INT")]
public class PlainIntegerPropertyEditor : DataEditor, IDataEditor, IDiscoverable
Constructors
View SourcePlainIntegerPropertyEditor(IDataValueEditorFactory)
Initializes a new instance of the PlainIntegerPropertyEditor class.
Declaration
public PlainIntegerPropertyEditor(IDataValueEditorFactory dataValueEditorFactory)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataValueEditorFactory | dataValueEditorFactory |