C# Class NClass.DiagramEditor.ClassDiagram.Dialogs.DelegateDialog

Inheritance: ListDialog
Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

Méthode Description
ShowDialog ( DelegateType parent ) : void

Méthodes protégées

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

Method Details

AddToList() protected méthode

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

FillList() protected méthode

protected FillList ( ) : void
Résultat void

Modify() protected méthode

/// 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
Résultat void

MoveDownItem() protected méthode

protected MoveDownItem ( System.Windows.Forms.ListViewItem item ) : void
item System.Windows.Forms.ListViewItem
Résultat void

MoveUpItem() protected méthode

protected MoveUpItem ( System.Windows.Forms.ListViewItem item ) : void
item System.Windows.Forms.ListViewItem
Résultat void

Remove() protected méthode

protected Remove ( System.Windows.Forms.ListViewItem item ) : void
item System.Windows.Forms.ListViewItem
Résultat void

ShowDialog() public méthode

public ShowDialog ( DelegateType parent ) : void
parent NClass.Core.DelegateType
Résultat void