C# Class OpenSyno.NavigatorService

Inheritance: INavigatorService
ファイルを表示 Open project: salfab/open-syno

Public Methods

Method Description
ActivateNavigationService ( System.Windows.Navigation.NavigationService navigationService, bool deactivateAfterNavigation ) : void
NavigatorService ( IEventAggregator eventAggregator, IUrlParameterToObjectsPlateHeater urlParameterToObjectsPlateHeater, ILogService logService, INotificationService notificationService ) : System

Method Details

ActivateNavigationService() public method

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

NavigatorService() public method

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