C# Class Robotlegs.Mvcs.Context

Inheritance: Robotlegs.Base.ContextBase, IContext
Afficher le fichier Open project: tekool/silverlight-robotlegs-framework

Protected Properties

Свойство Type Description
_autoStartup bool
_commandMap ICommandMap
_contextView System.Windows.FrameworkElement
_mediatorMap IMediatorMap
_viewMap IViewMap

Méthodes publiques

Méthode Description
Context ( FrameworkElement contextView = null, bool autoStartup = true ) : System.Windows
Shutdown ( ) : void
Startup ( ) : void

Méthodes protégées

Méthode Description
CheckAutoStartup ( ) : void
ContextView_Loaded ( object sender, RoutedEventArgs e ) : void
MapInjections ( ) : void

Method Details

CheckAutoStartup() protected méthode

protected CheckAutoStartup ( ) : void
Résultat void

Context() public méthode

public Context ( FrameworkElement contextView = null, bool autoStartup = true ) : System.Windows
contextView System.Windows.FrameworkElement
autoStartup bool
Résultat System.Windows

ContextView_Loaded() protected méthode

protected ContextView_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

MapInjections() protected méthode

protected MapInjections ( ) : void
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

Startup() public méthode

public Startup ( ) : void
Résultat void

Property Details

_autoStartup protected_oe property

protected bool _autoStartup
Résultat bool

_commandMap protected_oe property

protected ICommandMap _commandMap
Résultat ICommandMap

_contextView protected_oe property

protected FrameworkElement,System.Windows _contextView
Résultat System.Windows.FrameworkElement

_mediatorMap protected_oe property

protected IMediatorMap _mediatorMap
Résultat IMediatorMap

_viewMap protected_oe property

protected IViewMap _viewMap
Résultat IViewMap