C# Class Robotlegs.Mvcs.Context

Inheritance: Robotlegs.Base.ContextBase, IContext
Show file Open project: tekool/silverlight-robotlegs-framework

Protected Properties

Property Type Description
_autoStartup bool
_commandMap ICommandMap
_contextView System.Windows.FrameworkElement
_mediatorMap IMediatorMap
_viewMap IViewMap

Public Methods

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

Protected Methods

Method Description
CheckAutoStartup ( ) : void
ContextView_Loaded ( object sender, RoutedEventArgs e ) : void
MapInjections ( ) : void

Method Details

CheckAutoStartup() protected method

protected CheckAutoStartup ( ) : void
return void

Context() public method

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

ContextView_Loaded() protected method

protected ContextView_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

MapInjections() protected method

protected MapInjections ( ) : void
return void

Shutdown() public method

public Shutdown ( ) : void
return void

Startup() public method

public Startup ( ) : void
return void

Property Details

_autoStartup protected property

protected bool _autoStartup
return bool

_commandMap protected property

protected ICommandMap _commandMap
return ICommandMap

_contextView protected property

protected FrameworkElement,System.Windows _contextView
return System.Windows.FrameworkElement

_mediatorMap protected property

protected IMediatorMap _mediatorMap
return IMediatorMap

_viewMap protected property

protected IViewMap _viewMap
return IViewMap