C# Class Illusion.PartBase

Base IPart class for various implementations of IPart.
Inheritance: PropertyChangedBase, IPart
Mostra file Open project: kasicass/kasicass

Public Methods

Method 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

Protected Methods

Method Description
OnActivate ( ) : void
OnDeactivate ( bool close ) : void
PartBase ( ) : System
PartBase ( string name ) : System

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( bool close ) : void
close bool
return void

Execute() public method

The action associated to the ActionItem
public Execute ( ) : void
return void

Handle() public method

public Handle ( LanguageChangedMessage message ) : void
message LanguageChangedMessage
return void

OnActivate() protected method

protected OnActivate ( ) : void
return void

OnAttached() public method

public OnAttached ( ) : void
return void

OnDeactivate() protected method

protected OnDeactivate ( bool close ) : void
close bool
return void

PartBase() protected method

protected PartBase ( ) : System
return System

PartBase() protected method

protected PartBase ( string name ) : System
name string
return System

PartBase() public method

public PartBase ( string name, System execute, Func canExecute = null ) : System
name string
execute System
canExecute Func
return System