C# Class Octide.ViewModel.ViewModelLocator

This class contains static references to all the view models in the application and provides an entry point for the bindings.
Mostra file Open project: octgn/OCTGN

Public Properties

Property Type Description
ServiceLocatorProvider NinjectServiceLocator
ViewModelKernel IKernel

Public Methods

Method Description
Cleanup ( ) : void

Private Methods

Method Description
ViewModelLocator ( ) : CommonServiceLocator.NinjectAdapter.Unofficial

Method Details

Cleanup() public static method

public static Cleanup ( ) : void
return void

Property Details

ServiceLocatorProvider public_oe static_oe property

public static NinjectServiceLocator ServiceLocatorProvider
return NinjectServiceLocator

ViewModelKernel public_oe static_oe property

public static IKernel ViewModelKernel
return IKernel