Click or drag to resize
AnalyticsLoggingEvaluationParametersTValue Class
Generic implementation of AnalyticsLoggingEvaluationParameters. Can be extended in customization.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsAnalyticsLoggingEvaluationParameters
    CMS.WebAnalyticsAnalyticsLoggingEvaluationParametersTValue

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
public class AnalyticsLoggingEvaluationParameters<TValue> : AnalyticsLoggingEvaluationParameters

Type Parameters

TValue
Type of custom value.

The AnalyticsLoggingEvaluationParametersTValue type exposes the following members.

Constructors
  NameDescription
Public methodAnalyticsLoggingEvaluationParametersTValue(TValue)
Initializes a new instance of AnalyticsLoggingEvaluationParametersTValue.
Public methodAnalyticsLoggingEvaluationParametersTValue(TValue, AnalyticsLoggingEvaluationParameters)
Initializes a new instance of AnalyticsLoggingEvaluationParametersTValue.
Top
Properties
  NameDescription
Public propertyHostAddress
Gets or sets user host address.
(Inherited from AnalyticsLoggingEvaluationParameters.)
Public propertyHttpStatus
Gets or sets http status of visited url.
(Inherited from AnalyticsLoggingEvaluationParameters.)
Public propertySiteId
Gets or sets site identifier.
(Inherited from AnalyticsLoggingEvaluationParameters.)
Public propertyValue
Gets custom value.
Top
See Also