C# 클래스 CSharpAnalytics.Activities.EventActivity

상속: IMeasurementActivity
파일 보기 프로젝트 열기: TechSmith/CSharpAnalytics 1 사용 예제들

공개 메소드들

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

메소드 상세

EventActivity() 공개 메소드

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