C# Class Planetarium_Plugin.UpdateDictionary

Show file Open project: coachlab/Planetarium-PowerPoint-Plugin

Public Properties

Property Type Description
keyword string

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

UpdateDictionary() public method

public UpdateDictionary ( ) : System
return System

showSlideNumber() public method

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
return void

Property Details

keyword public property

public string keyword
return string