C# Class GaDotNet.Common.Data.GoogleEvent

A Google Analytics event for tracking purposes.
Afficher le fichier Open project: noahsw/highlight-hunter Class Usage Examples

Méthodes publiques

Méthode Description
GoogleEvent ( string domainName, string category, string action, string label, int value ) : System

Initializes a new instance of the GoogleEvent class.

Validate ( ) : void

Validates this instance.

Method Details

GoogleEvent() public méthode

Initializes a new instance of the GoogleEvent class.
public GoogleEvent ( string domainName, string category, string action, string label, int value ) : System
domainName string
category string The event category.
action string The event action.
label string The event label.
value int The event value.
Résultat System

Validate() public méthode

Validates this instance.
public Validate ( ) : void
Résultat void