View Source
Class LogViewerQuery
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
View Source
Query
Declaration
[DataMember]
public string Query { get; set; }
Property Value