Table of Contents

Interface IProductEditorRenderer

Namespace
Dynamicweb.Ecommerce.Content.Items.Editors
Assembly
Dynamicweb.Ecommerce.dll
[Obsolete("Do not use")]
public interface IProductEditorRenderer

Methods

EndEdit(ProductEditor)

object EndEdit(ProductEditor productEditor)

Parameters

productEditor ProductEditor

Returns

object

RenderControl(ProductEditor, TextWriter, IEnumerable<string>)

void RenderControl(ProductEditor productEditor, TextWriter output, IEnumerable<string> value)

Parameters

productEditor ProductEditor
output TextWriter
value IEnumerable<string>

RenderItemListValue(ProductEditor, string)

Editor.RenderedItemListResult RenderItemListValue(ProductEditor productEditor, string value)

Parameters

productEditor ProductEditor
value string

Returns

Editor.RenderedItemListResult

RenderValue(ProductEditor, EditorRenderingContext)

void RenderValue(ProductEditor productEditor, EditorRenderingContext context)

Parameters

productEditor ProductEditor
context EditorRenderingContext
To top