Class NumericEditorDescriptor
Base class for all numeric type's editor descriptor
Inheritance
System.Object
NumericEditorDescriptor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Shell.dll
Version: 8.11.0Syntax
public abstract class NumericEditorDescriptor : EditorDescriptor, IMetadataExtender, IMetadataHandler
Constructors
NumericEditorDescriptor(Object, Object)
Initializes a new instance of the NumericEditorDescriptor class.
Declaration
protected NumericEditorDescriptor(object min, object max)
Parameters
Type | Name | Description |
---|---|---|
System.Object | min | |
System.Object | max |
NumericEditorDescriptor(Object, Object, Int32)
Initializes a new instance of the NumericEditorDescriptor class.
Declaration
protected NumericEditorDescriptor(object min, object max, int significantDigits)
Parameters
Type | Name | Description |
---|---|---|
System.Object | min | |
System.Object | max | |
System.Int32 | significantDigits |
Properties
DefaultValue
Gets or sets the default binding value.
Declaration
public override object DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default binding value. |