Click or drag to resize

PageResource Class

Represents a page hit.
Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.Analytics.GoalsPageResource

Namespace:  Dynamicweb.Analytics.Goals
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class PageResource : DbObject, 
	IResource

The PageResource type exposes the following members.

Constructors
  NameDescription
Public methodPageResource
Initializes a new instance of an object.
Public methodPageResource(Int32)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyID
Gets or sets the ID of the data object.
Public propertyIsNew (Inherited from DbObject.)
Public propertyPageID
Gets or sets an ID of the target page.
Public propertyResourceID
Gets or sets the ID of the corresponding resource.
Public propertyTransaction (Inherited from DbObject.)
Public propertyVisitorID
Gets or sets the ID of the corresponding visitor.
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodFill
Fills object properties with data provided by a given data reader.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills data row with the property values of the current object.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetVisitByID
Returns page resource with the given row ID.
Public methodStatic memberGetVisitsBySessionID
Returns a list of page resources for the given session.
Public methodLoad (Inherited from DbObject.)
Public methodSave (Inherited from DbObject.)
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
Explicit Interface Implementations
Remarks