Table of Contents

Interface IFloatingPointNumberParameterEditorRenderer

Namespace
Dynamicweb.Extensibility.Editors
Assembly
Dynamicweb.dll
[Obsolete("Do not use")]
public interface IFloatingPointNumberParameterEditorRenderer

Methods

Render(FloatingPointNumberParameterEditor, ConfigurableAddIn, string, object, Hashtable, string)

string Render(FloatingPointNumberParameterEditor floatingPointNumberParameterEditor, ConfigurableAddIn addIn, string name, object value, Hashtable options, string label)

Parameters

floatingPointNumberParameterEditor FloatingPointNumberParameterEditor
addIn ConfigurableAddIn
name string
value object
options Hashtable
label string

Returns

string
To top