Click or drag to resize

EditableListEditor Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.AddInsConfigurableAddIn
    Dynamicweb.Content.Items.EditorsEditor
      Dynamicweb.Content.Items.EditorsListEditorIEnumerableString
        Dynamicweb.Content.Items.EditorsEditableListEditor

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[GroupAttribute("Lists")]
[EditorAttribute("Editable list")]
public class EditableListEditor : ListEditor<IEnumerable<string>>

The EditableListEditor type exposes the following members.

Constructors
  NameDescription
Public methodEditableListEditor
Initializes a new instance of the EditableListEditor class
Top
Properties
Methods
  NameDescription
Public methodBeginEdit (Inherited from ListEditorT.)
Public methodBeginEditFrontend (Inherited from Editor.)
Protected methodConvertItemValueAs (Inherited from ListEditorT.)
Protected methodConvertItemValueAsEnumerable (Inherited from ListEditorT.)
Protected methodConvertItemValueAsString (Inherited from ListEditorT.)
Public methodEndEdit (Inherited from ListEditorT.)
Public methodEndEditFrontend (Inherited from Editor.)
Protected methodGetFullIconPath (Inherited from ListEditorT.)
Protected methodGetGenericType (Inherited from ListEditorT.)
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Protected methodGetViewModel (Inherited from ListEditorT.)
Public methodGetViewModelValue(Object) (Inherited from Editor.)
Public methodGetViewModelValue(Object, ItemField) (Inherited from ListEditorT.)
Public methodHasValue (Inherited from Editor.)
Protected methodIsItemSelected (Inherited from ListEditorT.)
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Protected methodRenderIconList (Inherited from ListEditorT.)
Public methodRenderItemListValue (Inherited from ListEditorT.)
Public methodRenderValue (Inherited from ListEditorT.)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodStringifyValue (Inherited from ListEditorT.)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
See Also