C# 클래스 SoftwareKobo.UniversalToolkit.Helpers.NavigationHelper

파일 보기 프로젝트 열기: h82258652/SoftwareKobo.UniversalToolkit

공개 메소드들

메소드 설명
Register ( Frame frame ) : void
Register ( Frame frame, System.Action backAction ) : void
Register ( Frame frame, System.Action backAction, System.Action forwardAction ) : void
Register ( Frame frame, System.Action backAction, System.Action forwardAction, NavigationHelperConfig config ) : void
Register ( Frame frame, System.Action backAction, NavigationHelperConfig config ) : void
Register ( Frame frame, Func asyncBackAction ) : void
Register ( Frame frame, Func asyncBackAction, Func asyncForwardAction ) : void
Register ( Frame frame, Func asyncBackAction, Func asyncForwardAction, NavigationHelperConfig config ) : void
Register ( Frame frame, Func asyncBackAction, NavigationHelperConfig config ) : void
Register ( Frame frame, NavigationHelperConfig config ) : void
Unregister ( Frame frame ) : void

메소드 상세

Register() 공개 정적인 메소드

public static Register ( Frame frame ) : void
frame Windows.UI.Xaml.Controls.Frame
리턴 void

Register() 공개 정적인 메소드

public static Register ( Frame frame, System.Action backAction ) : void
frame Windows.UI.Xaml.Controls.Frame
backAction System.Action
리턴 void

Register() 공개 정적인 메소드

public static Register ( Frame frame, System.Action backAction, System.Action forwardAction ) : void
frame Windows.UI.Xaml.Controls.Frame
backAction System.Action
forwardAction System.Action
리턴 void

Register() 공개 정적인 메소드

public static Register ( Frame frame, System.Action backAction, System.Action forwardAction, NavigationHelperConfig config ) : void
frame Windows.UI.Xaml.Controls.Frame
backAction System.Action
forwardAction System.Action
config NavigationHelperConfig
리턴 void

Register() 공개 정적인 메소드

public static Register ( Frame frame, System.Action backAction, NavigationHelperConfig config ) : void
frame Windows.UI.Xaml.Controls.Frame
backAction System.Action
config NavigationHelperConfig
리턴 void

Register() 공개 정적인 메소드

public static Register ( Frame frame, Func asyncBackAction ) : void
frame Windows.UI.Xaml.Controls.Frame
asyncBackAction Func
리턴 void

Register() 공개 정적인 메소드

public static Register ( Frame frame, Func asyncBackAction, Func asyncForwardAction ) : void
frame Windows.UI.Xaml.Controls.Frame
asyncBackAction Func
asyncForwardAction Func
리턴 void

Register() 공개 정적인 메소드

public static Register ( Frame frame, Func asyncBackAction, Func asyncForwardAction, NavigationHelperConfig config ) : void
frame Windows.UI.Xaml.Controls.Frame
asyncBackAction Func
asyncForwardAction Func
config NavigationHelperConfig
리턴 void

Register() 공개 정적인 메소드

public static Register ( Frame frame, Func asyncBackAction, NavigationHelperConfig config ) : void
frame Windows.UI.Xaml.Controls.Frame
asyncBackAction Func
config NavigationHelperConfig
리턴 void

Register() 공개 정적인 메소드

public static Register ( Frame frame, NavigationHelperConfig config ) : void
frame Windows.UI.Xaml.Controls.Frame
config NavigationHelperConfig
리턴 void

Unregister() 공개 정적인 메소드

public static Unregister ( Frame frame ) : void
frame Windows.UI.Xaml.Controls.Frame
리턴 void