SaaS CMS has officially launched! Learn more now.

Class UnsignedLongEditorDescriptor

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

Constructors

UnsignedLongEditorDescriptor()

Declaration
public UnsignedLongEditorDescriptor()

Implements

Extension Methods