C# Класс WebAnalytics.DataLayer.DataEngine

Наследование: IDataLayerAPI
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetLines ( System.DateTime start, System.DateTime end ) : IEnumerable

Given a start and end date, return logs in a W3C_Extended object in that time interval Only return logs that have cookies within them

SetDataEngine ( string path ) : void

Set the location of the log files and create bookmarks for each of these log files.

Описание методов

GetLines() публичный Метод

Given a start and end date, return logs in a W3C_Extended object in that time interval Only return logs that have cookies within them
public GetLines ( System.DateTime start, System.DateTime end ) : IEnumerable
start System.DateTime
end System.DateTime
Результат IEnumerable

SetDataEngine() публичный Метод

Set the location of the log files and create bookmarks for each of these log files.
public SetDataEngine ( string path ) : void
path string Directory that holds all the log files
Результат void