C# Class Planetarium_Plugin.UpdateDictionary

Afficher le fichier Open project: coachlab/Planetarium-PowerPoint-Plugin

Méthodes publiques

Свойство Type Description
keyword string

Méthodes publiques

Méthode Description
UpdateDictionary ( ) : System
showSlideNumber ( string id, string num ) : void

show the slide number of the selected slide on the user controller for updating a dictionary

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

UpdateDictionary_Load_1 ( object sender, EventArgs e ) : void

Handles loading of dictionaries into combobox

cmbDictionary_Click ( object sender, EventArgs e ) : void
cmbDictionary_Click_1 ( object sender, EventArgs e ) : void
cmbDictionary_SelectedIndexChanged ( object sender, EventArgs e ) : void

Opens the dictionary whose name is selected on the combobox for update

cmdFinish_Click ( object sender, EventArgs e ) : void
cmdUpdateDictionary_Click ( object sender, EventArgs e ) : void

Updates the specified dictionary according to the information provided

reload ( ) : void

reloads dicitonaries in the combobox so that added and removed dictionaries may reflect

Method Details

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

UpdateDictionary() public méthode

public UpdateDictionary ( ) : System
Résultat System

showSlideNumber() public méthode

show the slide number of the selected slide on the user controller for updating a dictionary
public showSlideNumber ( string id, string num ) : void
id string the slide id of the selected slide
num string the slide number of the selected slide
Résultat void

Property Details

keyword public_oe property

public string keyword
Résultat string