C# 클래스 Rapid_Reporter.Session

파일 보기 프로젝트 열기: pvt10rr/pvt10twitter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
charter string
currentStage sessionStartingStage
duration int
m_fileTags System.IO.StreamWriter
noteTypes string[]
sessionNote string
startingTime System.DateTime
tester string
twitterAccount string
workingDir string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SaveToSessionNotes ( string note ) : void

메소드 상세

CSV2HTML() 공개 메소드

public CSV2HTML ( string CSVFile ) : void
CSVFile string
리턴 void

CloseSession() 공개 메소드

public CloseSession ( ) : void
리턴 void

CollectReport() 공개 메소드

public CollectReport ( ) : void
리턴 void

GetCurrentSessionFile() 공개 메소드

public GetCurrentSessionFile ( ) : string
리턴 string

GetTags() 공개 메소드

public GetTags ( ) : string
리턴 string

StartSession() 공개 메소드

public StartSession ( ) : void
리턴 void

UpdateNotes() 공개 메소드

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

UpdateNotes() 공개 메소드

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

프로퍼티 상세

charter 공개적으로 프로퍼티

public string charter
리턴 string

currentStage 공개적으로 프로퍼티

public sessionStartingStage currentStage
리턴 sessionStartingStage

duration 공개적으로 프로퍼티

public int duration
리턴 int

m_fileTags 공개적으로 프로퍼티

public StreamWriter,System.IO m_fileTags
리턴 System.IO.StreamWriter

noteTypes 공개적으로 프로퍼티

public string[] noteTypes
리턴 string[]

sessionNote 공개적으로 프로퍼티

public string sessionNote
리턴 string

startingTime 공개적으로 프로퍼티

public DateTime,System startingTime
리턴 System.DateTime

tester 공개적으로 프로퍼티

public string tester
리턴 string

twitterAccount 공개적으로 프로퍼티

public string twitterAccount
리턴 string

workingDir 공개적으로 프로퍼티

public string workingDir
리턴 string