Class SettingsEditorInfoAdapter
The SettingsEditorInfoAdapter control provides a factory for creating the appropriate EditInfo object.
Inheritance
System.Object
SettingsEditorInfoAdapter
Implements
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class SettingsEditorInfoAdapter : object, IEditorInfoAdapter
Constructors
| Improve this Doc View SourceSettingsEditorInfoAdapter(Object, Object, String)
Initializes a new instance of the SettingsEditorInfoAdapter class.
Declaration
public SettingsEditorInfoAdapter(object dataSource, object dataMember, string fieldName)
Parameters
Type | Name | Description |
---|---|---|
System.Object | dataSource | |
System.Object | dataMember | |
System.String | fieldName |
Methods
| Improve this Doc View SourceCreateEditControl()
The SettingsEditorInfoAdapter control provides a factory for creating the appropriate EditInfo object.
Declaration
public EditorInfo CreateEditControl()
Returns
Type | Description |
---|---|
EditorInfo |
UpdateValue(PropertyEditorEventArgs)
The SettingsEditorInfoAdapter control provides a factory for creating the appropriate EditInfo object.
Declaration
public bool UpdateValue(PropertyEditorEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
PropertyEditorEventArgs | e |
Returns
Type | Description |
---|---|
System.Boolean |
UpdateVisibility(PropertyEditorEventArgs)
The SettingsEditorInfoAdapter control provides a factory for creating the appropriate EditInfo object.
Declaration
public bool UpdateVisibility(PropertyEditorEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
PropertyEditorEventArgs | e |
Returns
Type | Description |
---|---|
System.Boolean |