Class ProfileCondition
  
  
  
  
    Inheritance
    System.Object
    ProfileCondition
   
  
  Assembly: MediaBrowser.Model.dll
  
  
    public class ProfileCondition
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public ProfileCondition()
   
  
  
  
  
  
  
  Declaration
  
    public ProfileCondition(ProfileConditionType condition, ProfileConditionValue property, string value)
   
  Parameters
  
  
  
  
  
  
  
  Declaration
  
    public ProfileCondition(ProfileConditionType condition, ProfileConditionValue property, string value, bool isRequired)
   
  Parameters
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public ProfileConditionType Condition { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public bool IsRequired { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public ProfileConditionValue Property { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string Value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Extension Methods