C# 클래스 csPresenterPlugin.ViewModels.TnoPresenterViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 프로퍼티들

프로퍼티 타입 설명
AdditionalFolders List
Metroheight int

공개 메소드들

메소드 설명
Reset ( ) : void
StartPlaylist ( ) : void
StartScript ( ItemClass item ) : void
Switch ( ) : void

보호된 메소드들

메소드 설명
OnViewLoaded ( object v ) : void

비공개 메소드들

메소드 설명
AddFolder ( string path ) : void
InitShortcuts ( string startPath ) : void
MetroExplorerActivePathChanged ( object sender, ItemSelectedArgs e ) : void
PlManagerPlaylistFinishedEvent ( ) : void
PlManagerPlaylistStartedEvent ( ) : void
RemoveFolder ( string path ) : void
RetreiveShortcut ( string path ) : Shortcut
watcher_Changed ( object sender, FileSystemEventArgs e ) : void

메소드 상세

OnViewLoaded() 보호된 메소드

protected OnViewLoaded ( object v ) : void
v object
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

StartPlaylist() 공개 메소드

public StartPlaylist ( ) : void
리턴 void

StartScript() 공개 메소드

public StartScript ( ItemClass item ) : void
item nl.tno.cs.presenter.ItemClass
리턴 void

Switch() 공개 메소드

public Switch ( ) : void
리턴 void

프로퍼티 상세

AdditionalFolders 공개적으로 프로퍼티

public List AdditionalFolders
리턴 List

Metroheight 공개적으로 프로퍼티

public int Metroheight
리턴 int