Click or drag to resize

DefaultFormSaveProvider Class

Inheritance Hierarchy

Namespace:  Dynamicweb.DataManagement
Assembly:  Dynamicweb.DataManagement (in Dynamicweb.DataManagement.dll) Version: 4.0.2
Syntax
[AddInNameAttribute("Dynamicweb.Modules.DataManagement.DefaultFormSaveProvider")]
[AddInLabelAttribute("Save to database")]
[AddInDescriptionAttribute("This will save all form elements into the associated form.")]
public class DefaultFormSaveProvider : FormSaveProvider

The DefaultFormSaveProvider type exposes the following members.

Constructors
  NameDescription
Public methodDefaultFormSaveProvider
Initializes a new instance of the DefaultFormSaveProvider class
Top
Methods
  NameDescription
Public methodGetIdSuitableString (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml (Inherited from ConfigurableAddIn.)
Public methodGetParametersToXml(Boolean) (Inherited from ConfigurableAddIn.)
Public methodLoadParametersFromXml (Inherited from ConfigurableAddIn.)
Public methodRenderAdditionalContent (Inherited from ConfigurableAddIn.)
Public methodSave(FormSetting, DictionaryString, Object) (Overrides FormSaveProviderSave(FormSetting, DictionaryString, Object).)
Public methodSave(FormSetting, DictionaryString, Object, String) (Overrides FormSaveProviderSave(FormSetting, DictionaryString, Object, String).)
Public methodSetValue (Inherited from ConfigurableAddIn.)
Public methodUpdateFromPost (Inherited from ConfigurableAddIn.)
Top
See Also