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