Class DataCollection
- Namespace
- Dynamicweb.Tracking.Reporting
- Assembly
- Dynamicweb.Core.dll
Represents a collection of data.
- Inheritance
-
Data
Collection
- Implements
- Inherited Members
- Extension Methods
Properties
Columns
Gets or sets the columns.
Property Value
Count
Gets the count.
Property Value
- int
The count.
End
Gets or sets the end time of the time range.
Property Value
- Date
Time The end time of the time range.
Groups
Gets or sets the groups.
Property Value
MaxLabels
Gets or sets the maximum number of labels.
Property Value
- int
The maximum maximum number of labels.
Properties
Gets or sets the properties.
Property Value
- Dictionary<string, string>
The properties.
Start
Gets or sets the start time of the time range.
Property Value
- Date
Time The start time of the time range.
Methods
AddCell(int, object)
Adds a cell.
Parameters
AddRow(IEnumerable<object>)
Adds a row.
Parameters
values
IEnumerable<object>The row values.
GetCell(int, int)
Gets the cell.
Parameters
Returns
GetEnumerator()
Returns an enumerator that iterates through the collection.
Returns
- IEnumerator<List<object>>
An enumerator that can be used to iterate through the collection.
GetRow(int)
Gets a row by index.
Parameters
row
intThe row index.
Returns
PrependRow(List<object>)
Prepends a row.
Parameters
RemoveRow(List<object>)
Removes the row.