Class ApplicationLogParameters
Represents the profile search parameters. (Inherits SearchParameters.)
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 sealed class ApplicationLogParameters : SearchParameters
Constructors
ApplicationLogParameters()
Initializes a new instance of the ApplicationLogParameters class.
Declaration
public ApplicationLogParameters()
Properties
CacheKey
Gets the cache key. Used to generate hash that will be used to store data in memory if needed.
Declaration
public override string CacheKey { get; }
Property Value
| Type | Description |
|---|---|
| System.String | The cache key. |
Overrides
Created
Gets or sets the date created.
Declaration
public DateTime Created { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The date created. |
ObjectType
Gets or sets the object type.
Declaration
public string ObjectType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Type of the object. |
Operation
Gets or sets the operation.
Declaration
public string Operation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The operation. |
SourceKey
Gets or sets the source key.
Declaration
public string SourceKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The source key. |