C# Class Rapid_Reporter.Session

Show file Open project: pvt10rr/pvt10twitter Class Usage Examples

Public Properties

Property Type Description
charter string
currentStage sessionStartingStage
duration int
m_fileTags System.IO.StreamWriter
noteTypes string[]
sessionNote string
startingTime System.DateTime
tester string
twitterAccount string
workingDir string

Public Methods

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

Private Methods

Method Description
SaveToSessionNotes ( string note ) : void

Method Details

CSV2HTML() public method

public CSV2HTML ( string CSVFile ) : void
CSVFile string
return void

CloseSession() public method

public CloseSession ( ) : void
return void

CollectReport() public method

public CollectReport ( ) : void
return void

GetCurrentSessionFile() public method

public GetCurrentSessionFile ( ) : string
return string

GetTags() public method

public GetTags ( ) : string
return string

StartSession() public method

public StartSession ( ) : void
return void

UpdateNotes() public method

public UpdateNotes ( int type, string note, string screenshot, string RTFNote ) : void
type int
note string
screenshot string
RTFNote string
return void

UpdateNotes() public method

public UpdateNotes ( string type, string note, string screenshot = "", string RTFNote = "" ) : void
type string
note string
screenshot string
RTFNote string
return void

Property Details

charter public property

public string charter
return string

currentStage public property

public sessionStartingStage currentStage
return sessionStartingStage

duration public property

public int duration
return int

m_fileTags public property

public StreamWriter,System.IO m_fileTags
return System.IO.StreamWriter

noteTypes public property

public string[] noteTypes
return string[]

sessionNote public property

public string sessionNote
return string

startingTime public property

public DateTime,System startingTime
return System.DateTime

tester public property

public string tester
return string

twitterAccount public property

public string twitterAccount
return string

workingDir public property

public string workingDir
return string