C# Class CSharpAnalytics.Activities.EventActivity

Inheritance: IMeasurementActivity
显示文件 Open project: TechSmith/CSharpAnalytics Class Usage Examples

Public Methods

Method Description
EventActivity ( string action, string category, string label = null, int value = null, bool nonInteraction = false ) : System

Create a new EventActivity with various parameters to be captured.

Method Details

EventActivity() public method

Create a new EventActivity with various parameters to be captured.
public EventActivity ( string action, string category, string label = null, int value = null, bool nonInteraction = false ) : System
action string Action name to be assigned to the Action property.
category string Category name to be assigned to Category property.
label string Optional label to be assigned to the Label property.
value int Optional value to be assigned to the Value property.
nonInteraction bool Optional boolean value to be assigned to the NonInteraction property.
return System