Click or drag to resize

Resource Class

Provides information about specified web-site resource.
Inheritance Hierarchy

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

The Resource type exposes the following members.

Constructors
  NameDescription
Public methodResource
Initializes a new instance of an object.
Public methodResource(String, String, String, String, String)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyElement
Gets or sets the unique identifier for the given resource within the given group.
Public propertyGroup
Gets or sets resource group.
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyOwnerID
Gets or sets the owner unique identifier for the given resource within the given group.
Public propertyPageID
Gets or sets the PageID of current resource
Public propertySessionID
Gets or sets the ID of the corresponding session.
Public propertyTimeStamp
Gets or sets the resource visit date.
Public propertyTransaction (Inherited from DbObject.)
Public propertyValue
Public propertyVisitorID
Gets the string that can be used to uniquely identify the visitor across sessions.
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodStatic memberDetermineInteractionType
Determines visitor interaction type by the given resource group.
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 memberGetResourceByID
Returns resource with the given row ID.
Public methodStatic memberGetResourcesBySessionID
Returns a list of web-site 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
Remarks