Property | Type | Description | |
---|---|---|---|
charter | string | ||
currentStage | sessionStartingStage | ||
duration | int | ||
m_fileTags | |||
noteTypes | string[] | ||
sessionNote | string | ||
startingTime | System.DateTime | ||
tester | string | ||
twitterAccount | string | ||
workingDir | string |
Method | Description | |
---|---|---|
CSV2HTML ( string CSVFile ) : void | ||
CloseSession ( ) : void | ||
CollectReport ( ) : void | ||
GetCurrentSessionFile ( ) : string | ||
GetTags ( ) : string | ||
StartSession ( ) : void | ||
UpdateNotes ( int type, string note, string screenshot, string RTFNote ) : void | ||
UpdateNotes ( string type, string note, string screenshot = "", string RTFNote = "" ) : void |
Method | Description | |
---|---|---|
SaveToSessionNotes ( string note ) : void |
public UpdateNotes ( int type, string note, string screenshot, string RTFNote ) : void | ||
type | int | |
note | string | |
screenshot | string | |
RTFNote | string | |
return | void |
public UpdateNotes ( string type, string note, string screenshot = "", string RTFNote = "" ) : void | ||
type | string | |
note | string | |
screenshot | string | |
RTFNote | string | |
return | void |
public sessionStartingStage currentStage | ||
return | sessionStartingStage |
public StreamWriter,System.IO m_fileTags | ||
return |