View Source
  Class TrueFalseConfigurationEditor
  
  Represents the configuration editor for the boolean value editor.
    Inheritance
      System.Object
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class TrueFalseConfigurationEditor : ConfigurationEditor<TrueFalseConfiguration>, IConfigurationEditor
   
  Constructors
  
  
    View Source
  
  TrueFalseConfigurationEditor(IIOHelper)
  
  
  Declaration
  
    public TrueFalseConfigurationEditor(IIOHelper ioHelper)
   
  Parameters
  
  
    View Source
  
  TrueFalseConfigurationEditor(IIOHelper, IEditorConfigurationParser)
  
  
  Declaration
  
    public TrueFalseConfigurationEditor(IIOHelper ioHelper, IEditorConfigurationParser editorConfigurationParser)
   
  Parameters