Méthode | Description | |
---|---|---|
Convert ( string conversionKeyword, string userId ) : void | ||
EndExperiment ( string experimentName, string alwaysUseOption ) : void | ||
GetOrCreateExperiment ( string experimentName, IEnumerable |
||
GetOrCreateExperiment ( string experimentName, string conversionKeyword, IEnumerable |
||
GetOrCreateParticipationRecord ( string experimentName, Func |
||
XmlExperimentCommands ( string pathToXmlStorage ) : System |
Méthode | Description | |
---|---|---|
Load ( ) : System.Xml.Linq.XDocument | ||
Save ( System.Xml.Linq.XDocument xml ) : void |
public Convert ( string conversionKeyword, string userId ) : void | ||
conversionKeyword | string | |
userId | string | |
Résultat | void |
public EndExperiment ( string experimentName, string alwaysUseOption ) : void | ||
experimentName | string | |
alwaysUseOption | string | |
Résultat | void |
public GetOrCreateExperiment ( string experimentName, IEnumerable |
||
experimentName | string | |
options | IEnumerable |
|
Résultat |
public GetOrCreateExperiment ( string experimentName, string conversionKeyword, IEnumerable |
||
experimentName | string | |
conversionKeyword | string | |
options | IEnumerable |
|
Résultat |
public GetOrCreateParticipationRecord ( string experimentName, Func |
||
experimentName | string | |
chooseAnOptionForUser | Func |
|
userId | string | |
Résultat |
protected Load ( ) : System.Xml.Linq.XDocument | ||
Résultat | System.Xml.Linq.XDocument |
protected Save ( System.Xml.Linq.XDocument xml ) : void | ||
xml | System.Xml.Linq.XDocument | |
Résultat | void |
public XmlExperimentCommands ( string pathToXmlStorage ) : System | ||
pathToXmlStorage | string | |
Résultat | System |