Search Results for

    Show / Hide Table of Contents
    View Source

    Class LogViewerQuery

    Inheritance
    object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [Serializable]
    [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
    string name
    string query

    Properties

    View Source

    Name

    Declaration
    [DataMember]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    View Source

    Query

    Declaration
    [DataMember]
    public string Query { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX