C# 클래스 MirrorSUPINFO.SDK.ModulePageViewModelBase

상속: ViewModelBase, IDisposable
파일 보기 프로젝트 열기: veler/MirrorSUPINFO

공개 메소드들

메소드 설명
Dispose ( ) : void
ModulePageViewModelBase ( ITools tools, object arguments ) : System
VoiceCommandDetectedTask ( string commandName, string text, string textSplitted ) : void

메소드 상세

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

ModulePageViewModelBase() 공개 메소드

public ModulePageViewModelBase ( ITools tools, object arguments ) : System
tools ITools
arguments object
리턴 System

VoiceCommandDetectedTask() 공개 추상적인 메소드

public abstract VoiceCommandDetectedTask ( string commandName, string text, string textSplitted ) : void
commandName string
text string
textSplitted string
리턴 void