C# 클래스 LogoFX.Client.Mvvm.Navigation.NavigationHelper

Navigation helper which allows registering navigation commands on the specified view
파일 보기 프로젝트 열기: LogoFX/LogoFX

공개 메소드들

메소드 설명
RegisterNavigationCommands ( Type viewModelType, object view, INavigationService navigationService ) : void

Registers the navigation commands on the specified view

비공개 메소드들

메소드 설명
CreateBrowseBackCommandBinding ( INavigationService navigationService ) : System.Windows.Input.CommandBinding
CreateBrowseForwardCommandBinding ( INavigationService navigationService ) : System.Windows.Input.CommandBinding

메소드 상세

RegisterNavigationCommands() 공개 정적인 메소드

Registers the navigation commands on the specified view
public static RegisterNavigationCommands ( Type viewModelType, object view, INavigationService navigationService ) : void
viewModelType System.Type Type of the view model, i.e. the navigation commands source.
view object The specified view.
navigationService INavigationService The navigation service.
리턴 void