Class EditorRadioOption
  
  
  
  
    Inheritance
    System.Object
    EditorRadioOption
   
  
  Assembly: Emby.Web.GenericEdit.dll
  Syntax
  
    public class EditorRadioOption
   
  Constructors
  
  
  
  
  EditorRadioOption()
  
  
  Declaration
  
    public EditorRadioOption()
   
  
  
  
  EditorRadioOption(Object, String, String)
  
  
  Declaration
  
    public EditorRadioOption(object value, string primaryText, string secondaryText)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | value |  | 
      
        | System.String | primaryText |  | 
      
        | System.String | secondaryText |  | 
    
  
  Properties
  
  
  
  
  Children
  
  
  Declaration
  
    public EditableObjectBase Children { get; set; }
   
  Property Value
  
  
  
  
  IsEnabled
  
  
  Declaration
  
    public bool IsEnabled { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  PrimaryText
  
  
  Declaration
  
    public string PrimaryText { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  SecondaryText
  
  
  Declaration
  
    public string SecondaryText { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Value
  
  
  Declaration
  
    public object Value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Object |  | 
    
  
  Extension Methods