C# Класс Octide.ViewModel.ViewModelLocator

This class contains static references to all the view models in the application and provides an entry point for the bindings.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ServiceLocatorProvider NinjectServiceLocator
ViewModelKernel IKernel

Открытые методы

Метод Описание
Cleanup ( ) : void

Приватные методы

Метод Описание
ViewModelLocator ( ) : CommonServiceLocator.NinjectAdapter.Unofficial

Описание методов

Cleanup() публичный статический Метод

public static Cleanup ( ) : void
Результат void

Описание свойств

ServiceLocatorProvider публичное статическое свойство

public static NinjectServiceLocator ServiceLocatorProvider
Результат NinjectServiceLocator

ViewModelKernel публичное статическое свойство

public static IKernel ViewModelKernel
Результат IKernel