SampleSmart 1.0.0.0
SampleSmart 사용 방법을 보여 주는 예제 프로젝트입니다.
로딩중...
검색중...
일치하는것 없음
SampleSmart.Pages.PageSub.PageCommunicationMonitorEvent 클래스 참조sealed

더 자세히 ...

SampleSmart.Pages.PageSub.PageCommunicationMonitorEvent에 대한 협력 다이어그램:

Public 멤버 함수

 PageCommunicationMonitorEvent (CommunicationSampleRuntime runtime)

속성

CommunicationMonitorViewModel Monitor [get]

Private 속성

readonly CommunicationSampleRuntime _runtime

상세한 설명

Dreamine Communication 모니터 샘플 페이지 이벤트 처리 클래스입니다.

PageCommunicationMonitor.xaml.Event.cs 파일의 14 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ PageCommunicationMonitorEvent()

SampleSmart.Pages.PageSub.PageCommunicationMonitorEvent.PageCommunicationMonitorEvent ( CommunicationSampleRuntime runtime)
inline

PageCommunicationMonitorEvent 클래스의 새 인스턴스를 초기화합니다.

매개변수
runtimeCommunication 샘플 실행 컨텍스트입니다.
예외
ArgumentNullException필수 입력 인자 중 하나가 null인 경우 발생합니다.

PageCommunicationMonitor.xaml.Event.cs 파일의 50 번째 라인에서 정의되었습니다.

51 {
52 _runtime = runtime ?? throw new ArgumentNullException(nameof(runtime));
53 }

다음을 참조함 : _runtime.

멤버 데이터 문서화

◆ _runtime

readonly CommunicationSampleRuntime SampleSmart.Pages.PageSub.PageCommunicationMonitorEvent._runtime
private

runtime 값을 보관합니다.

PageCommunicationMonitor.xaml.Event.cs 파일의 24 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : PageCommunicationMonitorEvent().

속성 문서화

◆ Monitor

CommunicationMonitorViewModel SampleSmart.Pages.PageSub.PageCommunicationMonitorEvent.Monitor
get

Communication Monitor ViewModel입니다.

PageCommunicationMonitor.xaml.Event.cs 파일의 63 번째 라인에서 정의되었습니다.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: