PageResource Class |
Namespace: Dynamicweb.Analytics.Goals
The PageResource type exposes the following members.
| Name | Description | |
|---|---|---|
| PageResource |
Initializes a new instance of an object.
| |
| PageResource(Int32) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| Connection | (Inherited from DbObject.) | |
| ID |
Gets or sets the ID of the data object.
| |
| IsNew | (Inherited from DbObject.) | |
| PageID |
Gets or sets an ID of the target page.
| |
| ResourceID |
Gets or sets the ID of the corresponding resource.
| |
| Transaction | (Inherited from DbObject.) | |
| VisitorID |
Gets or sets the ID of the corresponding visitor.
|
| Name | Description | |
|---|---|---|
| Delete | (Inherited from DbObject.) | |
| Delete(Int32) | (Inherited from DbObject.) | |
| Fill |
Fills object properties with data provided by a given data reader.
(Overrides DbObjectFill(IDataReader).) | |
| FillRow |
Fills data row with the property values of the current object.
(Overrides DbObjectFillRow(DataRow).) | |
| GetVisitByID |
Returns page resource with the given row ID.
| |
| GetVisitsBySessionID |
Returns a list of page resources for the given session.
| |
| Load | (Inherited from DbObject.) | |
| Save | (Inherited from DbObject.) |
| Name | Description | |
|---|---|---|
| _id | (Inherited from DbObject.) | |
| _keyField | (Inherited from DbObject.) | |
| _tableName | (Inherited from DbObject.) |
| Name | Description | |
|---|---|---|
| IResourceElement |
Gets or sets resource identity within the given group.
| |
| IResourceGroup |
Gets or sets resource group.
| |
| IResourceValue |
Gets or sets value
|