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.
파일 보기 프로젝트 열기: octgn/OCTGN

공개 프로퍼티들

프로퍼티 타입 설명
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