C# 클래스 FinanceManager.Infrastructure.NavigationService

Navigation service for performing navigation between pages
상속: INavigationService
파일 보기 프로젝트 열기: Yanpix/FinanceManager 1 사용 예제들

공개 메소드들

메소드 설명
GetNavigationData ( ) : object>.Dictionary
GetNavigationData ( string key ) : object
GoBack ( ) : void
Navigate ( Type type ) : bool
Navigate ( Type type, object>.Dictionary data ) : bool

메소드 상세

GetNavigationData() 공개 메소드

public GetNavigationData ( ) : object>.Dictionary
리턴 object>.Dictionary

GetNavigationData() 공개 메소드

public GetNavigationData ( string key ) : object
key string
리턴 object

GoBack() 공개 메소드

public GoBack ( ) : void
리턴 void

Navigate() 공개 메소드

public Navigate ( Type type ) : bool
type System.Type
리턴 bool

Navigate() 공개 메소드

public Navigate ( Type type, object>.Dictionary data ) : bool
type System.Type
data object>.Dictionary
리턴 bool