C# Class Planetarium_Plugin.Dictionary

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Datei anzeigen Open project: coachlab/Planetarium-PowerPoint-Plugin Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnDictionary_IDChanged void
OnDictionary_IDChanging void
OnLoaded void
OnSlide_URLChanged void
OnSlide_URLChanging void
OnTypeChanged void
OnTypeChanging void
OnValidate void
attach_Keywords void
closeDictionary void
detach_Keywords void

Public Methods

Method Description
Dictionary ( ) : System.Data.Linq
Dictionary ( string location, string dictionary ) : System
OpenDictionary ( Microsoft.Office.Interop.PowerPoint presentation, string dictionary, string location ) : void
reInitialisePresentation ( ) : void

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
OnCreated ( ) : void
OnDictionary_IDChanged ( ) : void
OnDictionary_IDChanging ( int value ) : void
OnLoaded ( ) : void
OnSlide_URLChanged ( ) : void
OnSlide_URLChanging ( string value ) : void
OnTypeChanged ( ) : void
OnTypeChanging ( string value ) : void
OnValidate ( System action ) : void
attach_Keywords ( Keyword entity ) : void
closeDictionary ( string dictionary, string location ) : void
detach_Keywords ( Keyword entity ) : void

Method Details

Dictionary() public method

public Dictionary ( ) : System.Data.Linq
return System.Data.Linq

Dictionary() public method

public Dictionary ( string location, string dictionary ) : System
location string
dictionary string
return System

OpenDictionary() public method

public OpenDictionary ( Microsoft.Office.Interop.PowerPoint presentation, string dictionary, string location ) : void
presentation Microsoft.Office.Interop.PowerPoint
dictionary string
location string
return void

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

reInitialisePresentation() public method

public reInitialisePresentation ( ) : void
return void