Search Results for

    Show / Hide Table of Contents
    View Source

    Class LogViewerQuery

    Inheritance
    System.Object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • LogViewerQuery(String, String)
    • Properties
      • Name
      • Query
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX