C# Класс CSharpAnalytics.Protocols.Urchin.CustomVariables.CustomVariable

Наследование: ICustomVariable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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