Click or drag to resize

ProductEditor Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.AddInsConfigurableAddIn
    Dynamicweb.Content.Items.EditorsEditor
      Dynamicweb.Ecommerce.Content.Items.EditorsEcomEditorIEnumerableString
        Dynamicweb.Ecommerce.Content.Items.EditorsProductEditor
          Dynamicweb.Ecommerce.Content.Items.EditorsProductCatalogEditor

Namespace:  Dynamicweb.Ecommerce.Content.Items.Editors
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[EditorAttribute("Product")]
public class ProductEditor : EcomEditor<IEnumerable<string>>, 
	IDropDownOptions

The ProductEditor type exposes the following members.

Constructors
  NameDescription
Public methodProductEditor
Initializes a new instance of the ProductEditor class
Top
Properties
Methods
  NameDescription
Public methodBeginEdit (Inherited from EcomEditorT.)
Public methodBeginEditFrontend (Inherited from EcomEditorT.)
Public methodEndEdit (Overrides EcomEditorTEndEdit.)
Public methodEndEditFrontend (Inherited from Editor.)
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetOptions
Public methodGetParametersToXml (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Public methodGetViewModelValue(Object) (Overrides EditorGetViewModelValue(Object).)
Public methodGetViewModelValue(Object, ItemField) (Inherited from Editor.)
Public methodHasValue (Inherited from EcomEditorT.)
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Public methodStatic memberParseValue(IEnumerableString)
Public methodStatic memberParseValue(String)
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Protected methodRenderControl (Overrides EcomEditorTRenderControl(TextWriter, T).)
Public methodRenderItemListValue (Overrides EditorRenderItemListValue(String).)
Public methodRenderValue (Overrides EditorRenderValue(EditorRenderingContext).)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodStringifyValue (Inherited from Editor.)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
See Also