C# Class Illusion.PartBase

Base IPart class for various implementations of IPart.
Inheritance: PropertyChangedBase, IPart
Afficher le fichier Open project: kasicass/kasicass

Méthodes publiques

Méthode Description
Activate ( ) : void
Deactivate ( bool close ) : void
Execute ( ) : void

The action associated to the ActionItem

Handle ( LanguageChangedMessage message ) : void
OnAttached ( ) : void
PartBase ( string name, System execute, Func canExecute = null ) : System

Méthodes protégées

Méthode Description
OnActivate ( ) : void
OnDeactivate ( bool close ) : void
PartBase ( ) : System
PartBase ( string name ) : System

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

Deactivate() public méthode

public Deactivate ( bool close ) : void
close bool
Résultat void

Execute() public méthode

The action associated to the ActionItem
public Execute ( ) : void
Résultat void

Handle() public méthode

public Handle ( LanguageChangedMessage message ) : void
message LanguageChangedMessage
Résultat void

OnActivate() protected méthode

protected OnActivate ( ) : void
Résultat void

OnAttached() public méthode

public OnAttached ( ) : void
Résultat void

OnDeactivate() protected méthode

protected OnDeactivate ( bool close ) : void
close bool
Résultat void

PartBase() protected méthode

protected PartBase ( ) : System
Résultat System

PartBase() protected méthode

protected PartBase ( string name ) : System
name string
Résultat System

PartBase() public méthode

public PartBase ( string name, System execute, Func canExecute = null ) : System
name string
execute System
canExecute Func
Résultat System