C# Class Devkit.CodeSafetyPlugin.ViewModel.CodeSafetyUi

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: kierenj/0x10c-DevKit Class Usage Examples

Méthodes publiques

Méthode Description
Break ( ) : void
CodeSafetyUi ( CodeSafetyPlugin plugin ) : System
Resume ( ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Method Details

Break() public méthode

public Break ( ) : void
Résultat void

CodeSafetyUi() public méthode

public CodeSafetyUi ( CodeSafetyPlugin plugin ) : System
plugin CodeSafetyPlugin
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void