C# 클래스 CSharpAnalytics.Protocols.Measurement.MeasurementConfiguration

Configuration settings for analytics.
파일 보기 프로젝트 열기: TechSmith/CSharpAnalytics 1 사용 예제들

공개 메소드들

메소드 설명
MeasurementConfiguration ( string accountId ) : System

Create a new cofiguration for analytics.

MeasurementConfiguration ( string accountId, string applicationName, string applicationVersion ) : System

Create a new cofiguration for analytics.

비공개 메소드들

메소드 설명
FormatVersion ( Windows version ) : string

Format the application version number to be sent to analytics.

메소드 상세

MeasurementConfiguration() 공개 메소드

Create a new cofiguration for analytics.
public MeasurementConfiguration ( string accountId ) : System
accountId string Google Analytics provided property id in the format UA-XXXX-Y.
리턴 System

MeasurementConfiguration() 공개 메소드

Create a new cofiguration for analytics.
public MeasurementConfiguration ( string accountId, string applicationName, string applicationVersion ) : System
accountId string Google Analytics provided property id in the format UA-XXXX-Y.
applicationName string Name of the application.
applicationVersion string Version of the application.
리턴 System