SaaS CMS has officially launched! Learn more now.

Class UnsignedIntegerEditorDescriptor

Inheritance
System.Object
UnsignedIntegerEditorDescriptor
Namespace: EPiServer.Shell.ObjectEditing.EditorDescriptors
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
[EditorDescriptorRegistration(TargetType = typeof(uint))]
[EditorDescriptorRegistration(TargetType = typeof(uint? ))]
public class UnsignedIntegerEditorDescriptor : NumericEditorDescriptor, IMetadataExtender, IMetadataHandler

Constructors

UnsignedIntegerEditorDescriptor()

Declaration
public UnsignedIntegerEditorDescriptor()

Implements

Extension Methods