Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class EditorDefinition

Inheritance
System.Object
EditorDefinition
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
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class EditorDefinition

Constructors

EditorDefinition(Type, String)

Declaration
public EditorDefinition(Type dataType, string uiHint = "")
Parameters
Type Name Description
System.Type dataType
System.String uiHint

Properties

DataType

Declaration
public Type DataType { get; }
Property Value
Type Description
System.Type

Editor

Declaration
public string Editor { get; set; }
Property Value
Type Description
System.String

Settings

Declaration
public IDictionary<string, object> Settings { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

UIHint

Declaration
public string UIHint { get; }
Property Value
Type Description
System.String

ValueType

Declaration
public Type ValueType { get; set; }
Property Value
Type Description
System.Type

Extension Methods