Class PlainIntegerPropertyEditor
Represents a property editor for configuration-less decimal properties.
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
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 |