London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class FloatingPointNumericEditorDescriptor

Base class for floating point numeric types' editor descriptor

Namespace: EPiServer.Shell.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Shell.dll
Version: 10.10.4
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

Extension Methods