View Source
  Class LogViewerQuery
  
  
  
  
    Inheritance
      System.Object
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [DataContract(IsReference = true)]
public class LogViewerQuery : EntityBase, IRememberBeingDirty, ICanBeDirty, ILogViewerQuery, IEntity, IDeepCloneable
   
  Constructors
  
  
    View Source
  
  LogViewerQuery(String, String)
  
  
  Declaration
  
    public LogViewerQuery(string name, string query)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | name |  | 
      
        | System.String | query |  | 
    
  
  Properties
  
  
    View Source
  
  Name
  
  
  Declaration
  
    [DataMember]
public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Query
  
  
  Declaration
  
    [DataMember]
public string Query { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |