C# 클래스 hMailServer_builder.frmMain

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: nberardi/hMailServer

공개 프로퍼티들

프로퍼티 타입 설명
m_AddToLog DelegateAddToLog
m_DelegateBuildStepCompleted DelegateBuildStepCompleted
m_DelegateBuildStepError DelegateBuildStepError
m_DelegateBuildStepStarted DelegateBuildStepStarted
m_DelegateThreadFinished DelegateThreadFinished

Private Properties

프로퍼티 타입 설명
BuildSelected void
InitializeComponent void
LoadSettings void
OnAddToLog void
OnBuildStepCompleted void
OnBuildStepError void
OnBuildStepStarted void
OnThreadFinished void
Run void
SaveSettings void
StopThread void
ThreadEntryPoint void
VisualizeBuild void
cmBuildFromCursor_Click void
cmBuildSelected_Click void
cmdCLose_Click void
cmdRun_Click void
cmdStop_Click void
frmMain_Load void
lvwBuildSteps_DoubleClick void
timerBuildTime_Tick void

공개 메소드들

메소드 설명
frmMain ( ) : System
m_oBuilder_MessageLog ( bool timestamp, string message ) : void
worker_StepCompleted ( int stepIndex ) : void
worker_StepError ( int stepindex, string errorMessage ) : void
worker_StepStarted ( int stepIndex ) : void
worker_ThreadFinished ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
BuildSelected ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadSettings ( ) : void
OnAddToLog ( string sMessage, bool timestamp ) : void
OnBuildStepCompleted ( int index ) : void
OnBuildStepError ( int index, string sError ) : void
OnBuildStepStarted ( int index ) : void
OnThreadFinished ( ) : void
Run ( int iStartIndex, int iStopIndex ) : void
SaveSettings ( ) : void
StopThread ( ) : void
ThreadEntryPoint ( ) : void
VisualizeBuild ( ) : void
cmBuildFromCursor_Click ( object sender, EventArgs e ) : void
cmBuildSelected_Click ( object sender, EventArgs e ) : void
cmdCLose_Click ( object sender, EventArgs e ) : void
cmdRun_Click ( object sender, EventArgs e ) : void
cmdStop_Click ( object sender, EventArgs e ) : void
frmMain_Load ( object sender, EventArgs e ) : void
lvwBuildSteps_DoubleClick ( object sender, EventArgs e ) : void
timerBuildTime_Tick ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

frmMain() 공개 메소드

public frmMain ( ) : System
리턴 System

m_oBuilder_MessageLog() 공개 메소드

public m_oBuilder_MessageLog ( bool timestamp, string message ) : void
timestamp bool
message string
리턴 void

worker_StepCompleted() 공개 메소드

public worker_StepCompleted ( int stepIndex ) : void
stepIndex int
리턴 void

worker_StepError() 공개 메소드

public worker_StepError ( int stepindex, string errorMessage ) : void
stepindex int
errorMessage string
리턴 void

worker_StepStarted() 공개 메소드

public worker_StepStarted ( int stepIndex ) : void
stepIndex int
리턴 void

worker_ThreadFinished() 공개 메소드

public worker_ThreadFinished ( ) : void
리턴 void

프로퍼티 상세

m_AddToLog 공개적으로 프로퍼티

public DelegateAddToLog m_AddToLog
리턴 DelegateAddToLog

m_DelegateBuildStepCompleted 공개적으로 프로퍼티

public DelegateBuildStepCompleted m_DelegateBuildStepCompleted
리턴 DelegateBuildStepCompleted

m_DelegateBuildStepError 공개적으로 프로퍼티

public DelegateBuildStepError m_DelegateBuildStepError
리턴 DelegateBuildStepError

m_DelegateBuildStepStarted 공개적으로 프로퍼티

public DelegateBuildStepStarted m_DelegateBuildStepStarted
리턴 DelegateBuildStepStarted

m_DelegateThreadFinished 공개적으로 프로퍼티

public DelegateThreadFinished m_DelegateThreadFinished
리턴 DelegateThreadFinished