C# Class WebAnalytics.DataLayer.DataEngine

Inheritance: IDataLayerAPI
Afficher le fichier Open project: projectkudu/IISLogAnalyzerSiteExtension Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

GetLines() public méthode

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
Résultat IEnumerable

SetDataEngine() public méthode

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
Résultat void