Interface IEditorInfoAdapter
The IEditorInfoAdapter control provides an Adapter Interface for datasources.
Assembly: DotNetNuke.dll
Syntax
public interface IEditorInfoAdapter
Methods
|
Improve this Doc
View Source
CreateEditControl()
The IEditorInfoAdapter control provides an Adapter Interface for datasources.
Declaration
EditorInfo CreateEditControl()
Returns
|
Improve this Doc
View Source
UpdateValue(PropertyEditorEventArgs)
The IEditorInfoAdapter control provides an Adapter Interface for datasources.
Declaration
bool UpdateValue(PropertyEditorEventArgs e)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UpdateVisibility(PropertyEditorEventArgs)
The IEditorInfoAdapter control provides an Adapter Interface for datasources.
Declaration
bool UpdateVisibility(PropertyEditorEventArgs e)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods