Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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