C# Класс Planetarium_Plugin.RenameDictionary

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

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

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

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

Метод Описание
RenameDictionary ( ) : System

Initialises panel for renaming a dictionary

resetDictionary ( ) : void

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

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

RenameDictionary_Load ( object sender, EventArgs e ) : void

Loads list of available dictionaries on a combobox

cmbDictionaries_Click ( object sender, EventArgs e ) : void

Makes sure new dictionaries reflect when user clicks on combobox

cmbDictionaries_SelectedIndexChanged ( object sender, EventArgs e ) : void

Initialises dictionary name and location for dictionary to be renamed and opens selected dictionary to verify that user is renaming the intended dictionary

cmdRenameSave_Click ( object sender, EventArgs e ) : void

Does the actual renaming of a dictionary

cmdSaveChanges_Click ( object sender, EventArgs e ) : void

Saves all changes and reinitialises controls to allow for renaming of another dictionary

reload ( ) : void

Reloads dictionaries to make sure user is working with updated/ latest dictionaries

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

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

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

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

Initialises panel for renaming a dictionary
public RenameDictionary ( ) : System
Результат System

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

public resetDictionary ( ) : void
Результат void

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

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

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