SaaS CMS has officially launched! Learn more now.

Class FloatingPointNumericEditorDescriptor

Base class for floating point numeric types' editor descriptor

Namespace: EPiServer.Shell.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
public abstract class FloatingPointNumericEditorDescriptor : NumericEditorDescriptor, IMetadataExtender, IMetadataHandler

Constructors

FloatingPointNumericEditorDescriptor(Object, Object, Int32)

Initializes a new instance of the FloatingPointNumericEditorDescriptor class.

Declaration
protected FloatingPointNumericEditorDescriptor(object min, object max, int significantDigits)
Parameters
Type Name Description
System.Object min
System.Object max
System.Int32 significantDigits

Implements