Class CollectionEditorInfoAdapter
Inheritance
CollectionEditorInfoAdapter
Assembly: DotNetNuke.dll
Syntax
public class CollectionEditorInfoAdapter : IEditorInfoAdapter
Constructors
CollectionEditorInfoAdapter(object, string, string, Hashtable)
Declaration
public CollectionEditorInfoAdapter(object dataSource, string name, string fieldName, Hashtable fieldNames)
Parameters
Methods
CreateEditControl()
Declaration
public EditorInfo CreateEditControl()
Returns
UpdateValue(PropertyEditorEventArgs)
Declaration
public bool UpdateValue(PropertyEditorEventArgs e)
Parameters
Returns
UpdateVisibility(PropertyEditorEventArgs)
Declaration
public bool UpdateVisibility(PropertyEditorEventArgs e)
Parameters
Returns
Implements
Extension Methods