Table of Contents

Class ParameterEditorInfo

Namespace
Dynamicweb.Extensibility.Editors
Assembly
Dynamicweb.Core.dll
public sealed class ParameterEditorInfo
Inheritance
ParameterEditorInfo
Inherited Members

Constructors

ParameterEditorInfo(Type)

public ParameterEditorInfo(Type editorType)

Parameters

editorType Type

ParameterEditorInfo(Type, IDictionary<string, string>)

public ParameterEditorInfo(Type editorType, IDictionary<string, string> editorOptions)

Parameters

editorType Type
editorOptions IDictionary<string, string>

Properties

EditorOptions

public IDictionary<string, string> EditorOptions { get; }

Property Value

IDictionary<string, string>

EditorType

public Type EditorType { get; }

Property Value

Type
To top