Class SimpleValue
  
  
  
  
    Inheritance
    System.Object
    SimpleValue
   
  
  
  Assembly: Mediachase.Search.dll
  Version: 14.26.0
  
  
    public class SimpleValue : Object, ISearchFilterValue
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public Descriptions Descriptions { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string key { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string locale { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool numeric { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Implements