C# 클래스 NClass.DiagramEditor.ClassDiagram.Dialogs.DelegateDialog

상속: ListDialog
파일 보기 프로젝트 열기: gbaychev/NClass

공개 메소드들

메소드 설명
ShowDialog ( DelegateType parent ) : void

보호된 메소드들

메소드 설명
AddToList ( string text ) : void
FillList ( ) : void
Modify ( System.Windows.Forms.ListViewItem item, string text ) : void
MoveDownItem ( System.Windows.Forms.ListViewItem item ) : void
MoveUpItem ( System.Windows.Forms.ListViewItem item ) : void
Remove ( System.Windows.Forms.ListViewItem item ) : void

메소드 상세

AddToList() 보호된 메소드

/// The does not fit to the syntax. /// /// The contains a reserved name. ///
protected AddToList ( string text ) : void
text string
리턴 void

FillList() 보호된 메소드

protected FillList ( ) : void
리턴 void

Modify() 보호된 메소드

/// The does not fit to the syntax. /// /// The contains a reserved name. ///
protected Modify ( System.Windows.Forms.ListViewItem item, string text ) : void
item System.Windows.Forms.ListViewItem
text string
리턴 void

MoveDownItem() 보호된 메소드

protected MoveDownItem ( System.Windows.Forms.ListViewItem item ) : void
item System.Windows.Forms.ListViewItem
리턴 void

MoveUpItem() 보호된 메소드

protected MoveUpItem ( System.Windows.Forms.ListViewItem item ) : void
item System.Windows.Forms.ListViewItem
리턴 void

Remove() 보호된 메소드

protected Remove ( System.Windows.Forms.ListViewItem item ) : void
item System.Windows.Forms.ListViewItem
리턴 void

ShowDialog() 공개 메소드

public ShowDialog ( DelegateType parent ) : void
parent NClass.Core.DelegateType
리턴 void