Class NumericEditorDescriptor
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: 11.20.7Syntax
public abstract class NumericEditorDescriptor : EditorDescriptor, IMetadataExtender, IMetadataHandler
Constructors
NumericEditorDescriptor(Object, Object)
Declaration
protected NumericEditorDescriptor(object min, object max)
Parameters
Type | Name | Description |
---|---|---|
System.Object | min | |
System.Object | max |
NumericEditorDescriptor(Object, Object, Int32)
Declaration
protected NumericEditorDescriptor(object min, object max, int significantDigits)
Parameters
Type | Name | Description |
---|---|---|
System.Object | min | |
System.Object | max | |
System.Int32 | significantDigits |
Properties
DefaultValue
Declaration
public override object DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
Methods
ModifyMetadata(ExtendedMetadata, IEnumerable<Attribute>)
Declaration
public override void ModifyMetadata(ExtendedMetadata metadata, IEnumerable<Attribute> attributes)
Parameters
Type | Name | Description |
---|---|---|
ExtendedMetadata | metadata | |
System.Collections.Generic.IEnumerable<System.Attribute> | attributes |