Click or drag to resize

Experiment Methods

The Experiment type exposes the following members.

Methods
  NameDescription
Public methodCalculateCombinationID
Calculates the combination ID. If it is split A or B depending on the experiment settings, like include, stickyness etc.
Public methodStatic memberClearCache
Clears cache.
Public methodCreateExperimentScheduledTask
Creates the scheduled task for email sending.
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32)
Deletes the object with specified ID.
(Overrides DbObjectDelete(Int32).)
Public methodFill
Fills this instance with data from the specified datareader.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills this instance with data from the data row.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetActiveExperiments
Gets all active experiments.
Public methodStatic memberGetExperimentById
Gets the experiment by id.
Public methodStatic memberGetExperimentByPageID
Gets the experiment by page ID.
Public methodStatic memberGetExperiments
Gets all the experiments.
Public methodStatic memberGetExperimentsBySql
Gets the experiments by SQL.
Public methodLoad (Inherited from DbObject.)
Public methodSave
Saves current data to the database.
(Overrides DbObjectSave.)
Top
See Also