C# 클래스 NanoTimeTracker.AutoCompletionCache

파일 보기 프로젝트 열기: TaoK/NanoTimeTracker

공개 메소드들

메소드 설명
AutoCompletionCache ( ) : System
CategorySource ( string Description ) : System.Windows.Forms.AutoCompleteStringCollection
Feed ( string taskName, string taskCategory, bool taskBillable ) : void

비공개 메소드들

메소드 설명
BillableFlagByCategory ( string Category ) : bool?
BillableFlagByDescription ( string Description ) : bool?

메소드 상세

AutoCompletionCache() 공개 메소드

public AutoCompletionCache ( ) : System
리턴 System

CategorySource() 공개 메소드

public CategorySource ( string Description ) : System.Windows.Forms.AutoCompleteStringCollection
Description string
리턴 System.Windows.Forms.AutoCompleteStringCollection

Feed() 공개 메소드

public Feed ( string taskName, string taskCategory, bool taskBillable ) : void
taskName string
taskCategory string
taskBillable bool
리턴 void