C# Class ShootBlues.Script.AddTypeDialog

Afficher le fichier Open project: kg/shootbluesscripts Class Usage Examples

Méthodes publiques

Свойство Type Description
Groups System.Windows.Forms.ComboBox
Types System.Windows.Forms.ListBox

Protected Properties

Свойство Type Description
CategoryFilter long

Méthodes publiques

Méthode Description
AddTypeDialog ( TaskScheduler scheduler ) : System
PopulateGroups ( long categoryFilter, int selectedGroupID ) : IEnumerator
RefreshList ( ) : IEnumerator

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Groups_SelectedIndexChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Types_DoubleClick ( object sender, EventArgs e ) : void
Types_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

AddTypeDialog() public méthode

public AddTypeDialog ( TaskScheduler scheduler ) : System
scheduler TaskScheduler
Résultat System

Dispose() protected méthode

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

PopulateGroups() public méthode

public PopulateGroups ( long categoryFilter, int selectedGroupID ) : IEnumerator
categoryFilter long
selectedGroupID int
Résultat IEnumerator

RefreshList() public méthode

public RefreshList ( ) : IEnumerator
Résultat IEnumerator

Property Details

CategoryFilter protected_oe property

protected long CategoryFilter
Résultat long

Groups public_oe property

public System.Windows.Forms.ComboBox Groups
Résultat System.Windows.Forms.ComboBox

Types public_oe property

public System.Windows.Forms.ListBox Types
Résultat System.Windows.Forms.ListBox