C# 클래스 OpenSyno.NavigatorService

상속: INavigatorService
파일 보기 프로젝트 열기: salfab/open-syno

공개 메소드들

메소드 설명
ActivateNavigationService ( System.Windows.Navigation.NavigationService navigationService, bool deactivateAfterNavigation ) : void
NavigatorService ( IEventAggregator eventAggregator, IUrlParameterToObjectsPlateHeater urlParameterToObjectsPlateHeater, ILogService logService, INotificationService notificationService ) : System

메소드 상세

ActivateNavigationService() 공개 메소드

public ActivateNavigationService ( System.Windows.Navigation.NavigationService navigationService, bool deactivateAfterNavigation ) : void
navigationService System.Windows.Navigation.NavigationService
deactivateAfterNavigation bool
리턴 void

NavigatorService() 공개 메소드

public NavigatorService ( IEventAggregator eventAggregator, IUrlParameterToObjectsPlateHeater urlParameterToObjectsPlateHeater, ILogService logService, INotificationService notificationService ) : System
eventAggregator IEventAggregator
urlParameterToObjectsPlateHeater IUrlParameterToObjectsPlateHeater
logService ILogService
notificationService INotificationService
리턴 System