C# Class SecurityInnovation.TeamMentor.WebClient.WebServices.ActivityDB

Show file Open project: TeamMentor-OWASP/Master Class Usage Examples

Public Properties

Property Type Description
DontLog bool
DontSave bool
MaxMillisecondsToSaveIn int
SaveToDiskSleepValue int
dbDir string
dbFileIndex int

Public Methods

Method Description
LogRequest ( RequestData requestData ) : RequestData
SaveToDisk ( ) : void
deleteTodaysFiles ( ) : bool
getTodaysFiles ( ) : List
getTodaysRequestData ( ) : List

Private Methods

Method Description
ActivityDB ( ) : System

Method Details

LogRequest() public static method

public static LogRequest ( RequestData requestData ) : RequestData
requestData RequestData
return RequestData

SaveToDisk() public static method

public static SaveToDisk ( ) : void
return void

deleteTodaysFiles() public static method

public static deleteTodaysFiles ( ) : bool
return bool

getTodaysFiles() public static method

public static getTodaysFiles ( ) : List
return List

getTodaysRequestData() public static method

public static getTodaysRequestData ( ) : List
return List

Property Details

DontLog public static property

public static bool DontLog
return bool

DontSave public static property

public static bool DontSave
return bool

MaxMillisecondsToSaveIn public static property

public static int MaxMillisecondsToSaveIn
return int

SaveToDiskSleepValue public static property

public static int SaveToDiskSleepValue
return int

dbDir public static property

public static string dbDir
return string

dbFileIndex public static property

public static int dbFileIndex
return int