C# Class Rapid_Reporter.Session

Afficher le fichier Open project: pvt10rr/pvt10twitter Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Méthode Description
SaveToSessionNotes ( string note ) : void

Method Details

CSV2HTML() public méthode

public CSV2HTML ( string CSVFile ) : void
CSVFile string
Résultat void

CloseSession() public méthode

public CloseSession ( ) : void
Résultat void

CollectReport() public méthode

public CollectReport ( ) : void
Résultat void

GetCurrentSessionFile() public méthode

public GetCurrentSessionFile ( ) : string
Résultat string

GetTags() public méthode

public GetTags ( ) : string
Résultat string

StartSession() public méthode

public StartSession ( ) : void
Résultat void

UpdateNotes() public méthode

public UpdateNotes ( int type, string note, string screenshot, string RTFNote ) : void
type int
note string
screenshot string
RTFNote string
Résultat void

UpdateNotes() public méthode

public UpdateNotes ( string type, string note, string screenshot = "", string RTFNote = "" ) : void
type string
note string
screenshot string
RTFNote string
Résultat void

Property Details

charter public_oe property

public string charter
Résultat string

currentStage public_oe property

public sessionStartingStage currentStage
Résultat sessionStartingStage

duration public_oe property

public int duration
Résultat int

m_fileTags public_oe property

public StreamWriter,System.IO m_fileTags
Résultat System.IO.StreamWriter

noteTypes public_oe property

public string[] noteTypes
Résultat string[]

sessionNote public_oe property

public string sessionNote
Résultat string

startingTime public_oe property

public DateTime,System startingTime
Résultat System.DateTime

tester public_oe property

public string tester
Résultat string

twitterAccount public_oe property

public string twitterAccount
Résultat string

workingDir public_oe property

public string workingDir
Résultat string