Class ApplicationLog
Implements operations for the profile search.
Inheritance
System.Object
ApplicationLog
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Core.Log
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public class ApplicationLog
Constructors
ApplicationLog()
Declaration
public ApplicationLog()
Properties
LogOptions
Gets or sets the search options.
Declaration
public ApplicationLogOptions LogOptions { get; set; }
Property Value
Type | Description |
---|---|
ApplicationLogOptions | The search options. |
LogParameters
Gets or sets the search parameters.
Declaration
public ApplicationLogParameters LogParameters { get; set; }
Property Value
Type | Description |
---|---|
ApplicationLogParameters | The search parameters. |