C# 클래스 CSharpAnalytics.Protocols.Urchin.CustomVariables.CustomVariable

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

공개 메소드들

메소드 설명
CustomVariable ( string name, string value ) : System.Diagnostics

Create a new evaluated custom variable with a given name and value evaluator.

메소드 상세

CustomVariable() 공개 메소드

Create a new evaluated custom variable with a given name and value evaluator.
public CustomVariable ( string name, string value ) : System.Diagnostics
name string Name of this custom variable to be assigned to the name property.
value string Value of this custom variable to be assigned to the Value property.
리턴 System.Diagnostics