C# 클래스 Shotclock.ViewModels.MainViewModel

상속: ReactiveUI.ReactiveObject, IMainViewModel
파일 보기 프로젝트 열기: paulcbetts/Shotclock 1 사용 예제들

공개 메소드들

메소드 설명
MainViewModel ( IObservable gotFocusNotification = null, IObservable refreshNotification = null, Func getIdleTime = null ) : System

비공개 메소드들

메소드 설명
GetLastInputInfo ( LASTINPUTINFO &plii ) : bool
GetTickCount ( ) : UInt32
createFileChangeWatch ( string target ) : IObservable
fetchLatestCommitForHead ( string repositoryRoot ) : Commit
findRepositoryRoot ( string rootDirectory = null ) : string
getIdleTime ( ) : System.TimeSpan

메소드 상세

MainViewModel() 공개 메소드

public MainViewModel ( IObservable gotFocusNotification = null, IObservable refreshNotification = null, Func getIdleTime = null ) : System
gotFocusNotification IObservable
refreshNotification IObservable
getIdleTime Func
리턴 System