Class GuidEditorDescriptor
Editor descriptor that will create a hidden input to edit a Guid value.
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: 9.12.2Syntax
[EditorDescriptorRegistration(TargetType = typeof(Guid))]
[EditorDescriptorRegistration(TargetType = typeof(Guid? ))]
public class GuidEditorDescriptor : EditorDescriptor, IMetadataExtender, IMetadataHandler
Constructors
GuidEditorDescriptor()
Initializes a new instance of the GuidEditorDescriptor class.
Declaration
public GuidEditorDescriptor()