C# 클래스 Planetarium_Plugin.UpdateDictionary

파일 보기 프로젝트 열기: coachlab/Planetarium-PowerPoint-Plugin

공개 프로퍼티들

프로퍼티 타입 설명
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