C# 클래스 MvvmLightNavigationExtension.NavigationServiceExtension

파일 보기 프로젝트 열기: dhindrik/MvvmLightNavigationExtension

공개 메소드들

메소드 설명
CloseModal ( this navigationService ) : void
OpenModal ( this navigationService, string key ) : void
OpenModal ( this navigationService, string key, object parameter ) : void

메소드 상세

CloseModal() 공개 정적인 메소드

public static CloseModal ( this navigationService ) : void
navigationService this
리턴 void

OpenModal() 공개 정적인 메소드

public static OpenModal ( this navigationService, string key ) : void
navigationService this
key string
리턴 void

OpenModal() 공개 정적인 메소드

public static OpenModal ( this navigationService, string key, object parameter ) : void
navigationService this
key string
parameter object
리턴 void