C# Class Planetarium_Plugin.Keyword

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: coachlab/Planetarium-PowerPoint-Plugin Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnDictionary_IDChanged void
OnDictionary_IDChanging void
OnKeyword_IDChanged void
OnKeyword_IDChanging void
OnLoaded void
OnPhraseChanged void
OnPhraseChanging void
OnSlide_NumChanged void
OnSlide_NumChanging void
OnValidate void

Méthodes publiques

Méthode Description
Keyword ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode Description
OnCreated ( ) : void
OnDictionary_IDChanged ( ) : void
OnDictionary_IDChanging ( int value ) : void
OnKeyword_IDChanged ( ) : void
OnKeyword_IDChanging ( int value ) : void
OnLoaded ( ) : void
OnPhraseChanged ( ) : void
OnPhraseChanging ( string value ) : void
OnSlide_NumChanged ( ) : void
OnSlide_NumChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

Keyword() public méthode

public Keyword ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void