C# Class SoftwareKobo.UniversalToolkit.Helpers.NavigationHelper

Exibir arquivo Open project: h82258652/SoftwareKobo.UniversalToolkit

Public Methods

Method Description
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

Method Details

Register() public static method

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

Register() public static method

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

Register() public static method

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

Register() public static method

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
return void

Register() public static method

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

Register() public static method

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

Register() public static method

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

Register() public static method

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

Register() public static method

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

Register() public static method

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

Unregister() public static method

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