C# 클래스 GaDotNet.Common.Data.GoogleEvent

A Google Analytics event for tracking purposes.
파일 보기 프로젝트 열기: noahsw/highlight-hunter 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

GoogleEvent() 공개 메소드

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.
리턴 System

Validate() 공개 메소드

Validates this instance.
public Validate ( ) : void
리턴 void