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

Inheritance: ICustomVariable
Afficher le fichier Open project: TechSmith/CSharpAnalytics Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Diagnostics