Class SettingsEditorInfoAdapter
  
  
  
    Inheritance
    
    SettingsEditorInfoAdapter
   
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class SettingsEditorInfoAdapter : IEditorInfoAdapter
   
  Constructors
  
  SettingsEditorInfoAdapter(object, object, string)
  
  
  Declaration
  
    public SettingsEditorInfoAdapter(object dataSource, object dataMember, string fieldName)
   
  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