C# Class Rapid_Reporter.Session

Exibir arquivo 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_oe property

public string charter
return string

currentStage public_oe property

public sessionStartingStage currentStage
return sessionStartingStage

duration public_oe property

public int duration
return int

m_fileTags public_oe property

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

noteTypes public_oe property

public string[] noteTypes
return string[]

sessionNote public_oe property

public string sessionNote
return string

startingTime public_oe property

public DateTime,System startingTime
return System.DateTime

tester public_oe property

public string tester
return string

twitterAccount public_oe property

public string twitterAccount
return string

workingDir public_oe property

public string workingDir
return string