C# Class QLNet.IndexManager

显示文件 Open project: ammachado/QLNet Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IndexManager ( ) : System
checkExists ( string name ) : void

Method Details

clearHistories() public method

public clearHistories ( ) : void
return void

clearHistory() public method

public clearHistory ( string name ) : void
name string
return void

getHistory() public method

public getHistory ( string name ) : ObservableValue>
name string
return ObservableValue>

hasHistory() public method

public hasHistory ( string name ) : bool
name string
return bool

histories() public method

public histories ( ) : List
return List

instance() public static method

public static instance ( ) : IndexManager
return IndexManager

notifier() public method

public notifier ( string name ) : ObservableValue>
name string
return ObservableValue>

setHistory() public method

public setHistory ( string name, ObservableValue history ) : void
name string
history ObservableValue
return void