C# 클래스 Nanook.QueenBee.QbItemEditorBase

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Nanook/Queen-Bee

공개 메소드들

메소드 설명
QbItemEditorBase ( ) : System

보호된 메소드들

메소드 설명
AddQbKeyToUserDebugFile ( QbKey qbKey ) : void
OnError ( ErrorEventArgs e ) : void
OnUpdated ( EventArgs e ) : void
ShowError ( string title, string message ) : void
ShowException ( string title, Exception ex ) : void
UpdateQbItem ( ) : void

Raise an event to the parent

비공개 메소드들

메소드 설명
QbItemEditorBase_Load ( object sender, EventArgs e ) : void

메소드 상세

AddQbKeyToUserDebugFile() 보호된 메소드

protected AddQbKeyToUserDebugFile ( QbKey qbKey ) : void
qbKey Nanook.QueenBee.Parser.QbKey
리턴 void

OnError() 보호된 메소드

protected OnError ( ErrorEventArgs e ) : void
e ErrorEventArgs
리턴 void

OnUpdated() 보호된 메소드

protected OnUpdated ( EventArgs e ) : void
e System.EventArgs
리턴 void

QbItemEditorBase() 공개 메소드

public QbItemEditorBase ( ) : System
리턴 System

ShowError() 보호된 메소드

protected ShowError ( string title, string message ) : void
title string
message string
리턴 void

ShowException() 보호된 메소드

protected ShowException ( string title, Exception ex ) : void
title string
ex System.Exception
리턴 void

UpdateQbItem() 보호된 메소드

Raise an event to the parent
protected UpdateQbItem ( ) : void
리턴 void