|
SampleSmart 1.0.0.0
SampleSmart 사용 방법을 보여 주는 예제 프로젝트입니다.
|


Public 멤버 함수 | |
| PageSubViewModel (IWindowStateService windowStateService) | |
Private 멤버 함수 | |
| partial void | Ok () |
| partial void | Cancel () |
| void | OnWindowStateChanged (object? sender, WindowStateChangedEventArgs e) |
| void | ApplyWindowSubMessage (bool isOpen) |
Private 속성 | |
| readonly IWindowStateService | _windowStateService |
| PageSubModel | _model |
| PageSubEvent | _event |
| string | _message = string.Empty |
| bool | _isWindowSubOpen |
PageSub 화면의 ViewModel입니다.
PageSub.xaml.ViewModel.cs 파일의 16 번째 라인에서 정의되었습니다.
|
inline |
PageSubViewModel 인스턴스를 생성합니다.
| windowStateService | 창 상태 서비스입니다. |
PageSub.xaml.ViewModel.cs 파일의 88 번째 라인에서 정의되었습니다.
다음을 참조함 : _event, _model, _windowStateService, ApplyWindowSubMessage(), OnWindowStateChanged(), SampleSmart.Constants.ViewKeys.WindowSub.

|
inlineprivate |
Apply Window Sub Message 작업을 수행합니다.
| isOpen | is Open에 사용할 bool 값입니다. |
PageSub.xaml.ViewModel.cs 파일의 176 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : OnWindowStateChanged(), PageSubViewModel().

|
private |
Cancel 동작 실행.
|
private |
OK 동작 실행.
|
inlineprivate |
Window State Changed 이벤트 또는 상태 변경을 처리합니다.
| sender | 이벤트를 발생시킨 객체입니다. |
| e | 이벤트와 관련된 데이터를 포함합니다. |
PageSub.xaml.ViewModel.cs 파일의 149 번째 라인에서 정의되었습니다.
다음을 참조함 : ApplyWindowSubMessage(), SampleSmart.Constants.ViewKeys.WindowSub.
다음에 의해서 참조됨 : PageSubViewModel().


|
private |
|
private |
WindowSub 창이 열려 있는지 여부입니다.
PageSub.xaml.ViewModel.cs 파일의 70 번째 라인에서 정의되었습니다.
|
private |
화면에 표시할 메시지입니다.
PageSub.xaml.ViewModel.cs 파일의 59 번째 라인에서 정의되었습니다.
|
private |
|
private |
window State Service 값을 보관합니다.
PageSub.xaml.ViewModel.cs 파일의 26 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : PageSubViewModel().