C# 클래스 QLNet.IndexManager

파일 보기 프로젝트 열기: ammachado/QLNet 1 사용 예제들

공개 메소드들

메소드 설명
clearHistories ( ) : void
clearHistory ( string name ) : void
getHistory ( string name ) : ObservableValue>
hasHistory ( string name ) : bool
histories ( ) : List
instance ( ) : IndexManager
notifier ( string name ) : ObservableValue>
setHistory ( string name, ObservableValue history ) : void

비공개 메소드들

메소드 설명
IndexManager ( ) : System
checkExists ( string name ) : void

메소드 상세

clearHistories() 공개 메소드

public clearHistories ( ) : void
리턴 void

clearHistory() 공개 메소드

public clearHistory ( string name ) : void
name string
리턴 void

getHistory() 공개 메소드

public getHistory ( string name ) : ObservableValue>
name string
리턴 ObservableValue>

hasHistory() 공개 메소드

public hasHistory ( string name ) : bool
name string
리턴 bool

histories() 공개 메소드

public histories ( ) : List
리턴 List

instance() 공개 정적인 메소드

public static instance ( ) : IndexManager
리턴 IndexManager

notifier() 공개 메소드

public notifier ( string name ) : ObservableValue>
name string
리턴 ObservableValue>

setHistory() 공개 메소드

public setHistory ( string name, ObservableValue history ) : void
name string
history ObservableValue
리턴 void