C# Класс Planetarium_Plugin.UpdateDictionary

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
keyword string

Открытые методы

Метод Описание
UpdateDictionary ( ) : System
showSlideNumber ( string id, string num ) : void

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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

UpdateDictionary() публичный Метод

public UpdateDictionary ( ) : System
Результат System

showSlideNumber() публичный Метод

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
Результат void

Описание свойств

keyword публичное свойство

public string keyword
Результат string