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

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

Méthodes publiques

Méthode Description
EvaluatedCustomVariable ( string name, Func valueEvaluator ) : System

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

Method Details

EvaluatedCustomVariable() public méthode

Create a new evaluated custom variable with a given name and value evaluator.
public EvaluatedCustomVariable ( string name, Func valueEvaluator ) : System
name string name of this custom variable to be assigned to the name property.
valueEvaluator Func Value evaluator function to be assigned to the Value property.
Résultat System