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