A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class FloatingPointNumericEditorDescriptor

Base class for floating point numeric types' editor descriptor

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