C# 클래스 X.CoreLib.Shared.Services.NavigationServiceBase

파일 보기 프로젝트 열기: liquidboy/X

공개 프로퍼티들

프로퍼티 타입 설명
Instance NavigationServiceBase
_contentFrame1 Windows.UI.Xaml.Controls.ContentControl
_contentFrame2 Windows.UI.Xaml.Controls.ContentControl

공개 메소드들

메소드 설명
GoBack ( ) : void
Init ( ContentControl contentFrame1, ContentControl contentFrame2 ) : void
Init ( Frame mainFrame ) : void
LoadFrame ( object view ) : void
NavigateBase ( string viewName, object parameter = null ) : void
NavigationServiceBase ( ) : Windows.UI.Xaml.Controls

비공개 메소드들

메소드 설명
FlipFrame ( ) : void
UnloadBackFrame ( ) : void

메소드 상세

GoBack() 공개 메소드

public GoBack ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ContentControl contentFrame1, ContentControl contentFrame2 ) : void
contentFrame1 Windows.UI.Xaml.Controls.ContentControl
contentFrame2 Windows.UI.Xaml.Controls.ContentControl
리턴 void

Init() 공개 정적인 메소드

public static Init ( Frame mainFrame ) : void
mainFrame Windows.UI.Xaml.Controls.Frame
리턴 void

LoadFrame() 공개 메소드

public LoadFrame ( object view ) : void
view object
리턴 void

NavigateBase() 공개 메소드

public NavigateBase ( string viewName, object parameter = null ) : void
viewName string
parameter object
리턴 void

NavigationServiceBase() 공개 메소드

public NavigationServiceBase ( ) : Windows.UI.Xaml.Controls
리턴 Windows.UI.Xaml.Controls

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static NavigationServiceBase,X.CoreLib.Shared.Services Instance
리턴 NavigationServiceBase

_contentFrame1 공개적으로 프로퍼티

public ContentControl,Windows.UI.Xaml.Controls _contentFrame1
리턴 Windows.UI.Xaml.Controls.ContentControl

_contentFrame2 공개적으로 프로퍼티

public ContentControl,Windows.UI.Xaml.Controls _contentFrame2
리턴 Windows.UI.Xaml.Controls.ContentControl