Class EventData
- Namespace
- Dynamicweb.Tracking
- Assembly
- Dynamicweb.Core.dll
Class for collecting event information
- Inheritance
-
Event
Data
- Inherited Members
Constructors
EventData(string)
Initializes a new instance of the Event
Parameters
name
stringThe name.
EventData(string, double)
Initializes a new instance of the Event
Parameters
Properties
EntityKey
Gets or sets the entity key.
Property Value
- string
The entity key.
EntitySubKey
Gets or sets the entity sub key.
Property Value
- string
The entity sub key.
EntityType
Gets or sets the type of the entity.
Property Value
- string
The type of the entity.
Id
Gets the identifier.
Property Value
- int
The identifier.
IsConversion
Gets or sets a value indicating whether this instance is a conversion.
Property Value
- bool
true
if this instance is a conversion; otherwise,false
.
IsNew
Gets a value indicating whether this instance is new.
Property Value
- bool
true
if this instance is new; otherwise,false
.
Name
Gets the name.
Property Value
- string
The name.
SessionId
Gets the session identifier.
Property Value
- int
The session identifier.
Timestamp
Gets the timestamp.
Property Value
- Date
Time The timestamp.
Value
Gets or sets the value.
Property Value
- double
The value.
ViewId
Gets the view identifier.
Property Value
- int
The view identifier.