Class EditorSelectOption
  
  
  
  
    Inheritance
    System.Object
    EditorSelectOption
   
  
  Assembly: Emby.Web.GenericEdit.dll
  Syntax
  
    public class EditorSelectOption
   
  Constructors
  
  
  
  
  EditorSelectOption()
  Initializes a new instance of the System.Object class.
Declaration
  
    public EditorSelectOption()
   
  
  
  
  EditorSelectOption(Int32, String, String, Boolean, String, String, String, String)
  
  
  Declaration
  
    public EditorSelectOption(int maxTextLength, string value, string name, bool isEnabled = true, string color = null, string displayHint = null, string toolTip = null, string filterValue = null)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | maxTextLength |  | 
      
        | System.String | value |  | 
      
        | System.String | name |  | 
      
        | System.Boolean | isEnabled |  | 
      
        | System.String | color |  | 
      
        | System.String | displayHint |  | 
      
        | System.String | toolTip |  | 
      
        | System.String | filterValue |  | 
    
  
  
  
  
  EditorSelectOption(String, String, Boolean, String, String, String, String)
  
  
  Declaration
  
    public EditorSelectOption(string value, string name, bool isEnabled = true, string color = null, string displayHint = null, string toolTip = null, string filterValue = null)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | value |  | 
      
        | System.String | name |  | 
      
        | System.Boolean | isEnabled |  | 
      
        | System.String | color |  | 
      
        | System.String | displayHint |  | 
      
        | System.String | toolTip |  | 
      
        | System.String | filterValue |  | 
    
  
  Properties
  
  
  
  
  Color
  
  
  Declaration
  
    public string Color { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  DisplayHint
  
  
  Declaration
  
    public string DisplayHint { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  FilterValue
  
  
  Declaration
  
    public string FilterValue { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  IsEnabled
  
  
  Declaration
  
    public bool IsEnabled { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  ShortName
  
  
  Declaration
  
    public string ShortName { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string ToolTip { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Value
  
  
  Declaration
  
    public string Value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Extension Methods