Click or drag to resize

View Class

A view of a page in an experiment. Each visitor of a page with an experiment will generate one view record.
Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.Analytics.ExperimentsView

Namespace:  Dynamicweb.Analytics.Experiments
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class View : DbObject

The View type exposes the following members.

Constructors
  NameDescription
Public methodView
Initializes a new instance of the View class.
Top
Properties
  NameDescription
Public propertyCombinationID
Gets or sets the combination ID from the split that was shown to this view.
Public propertyConnection (Inherited from DbObject.)
Public propertyExperiment
Gets the experiment of this view.
Public propertyExperimentID
Gets or sets the experiment ID.
Public propertyGoalTime
Gets or sets the time for when this view converted a goal.
Public propertyGoalType
Gets or sets the type of goal. I.e. cart, order etc.
Public propertyGoalValue
Gets or sets the goal value .
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertySessionPageID
Gets or sets the session page ID.
Public propertyTime
Gets or sets the time of this view.
Public propertyTransaction (Inherited from DbObject.)
Public propertyVisitorID
Gets or sets the visitor ID.
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodStatic memberDeleteViewsByExperimentID
Deletes the views by experiment ID.
Public methodFill
Fills this instance with data from the specified data reader.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills this instance with data from the data row.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetViewById
Gets the view by id.
Public methodStatic memberGetViews
Gets the views.
Public methodStatic memberGetViews(CommandBuilder)
Gets the views by the SQL-query contained by the specified CommandBuilder.
Public methodStatic memberGetViewsByExperimentID
Gets the views by experiment ID.
Public methodStatic memberGetViewsBySql
Gets the views by SQL.
Public methodLoad (Inherited from DbObject.)
Public methodSave (Inherited from DbObject.)
Public methodSetGoal(String)
Sets the goal and stamp a time on the view for when it was converted.
Public methodSetGoal(String, String)
Sets the goal and stamp a time on the view for when it was converted.
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
See Also