C# Class CSharpAnalytics.Protocols.Urchin.CustomVariables.CustomVariable

Inheritance: ICustomVariable
Mostrar archivo Open project: TechSmith/CSharpAnalytics Class Usage Examples

Public Methods

Method Description
CustomVariable ( string name, string value ) : System.Diagnostics

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

Method Details

CustomVariable() public method

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.
return System.Diagnostics