C# Class PowerArgs.Cli.CollectionDataSource

Show file Open project: adamabdelhamed/PowerArgs Class Usage Examples

Public Methods

Method Description
ClearCachedData ( ) : void
FireDataChanged ( ) : void
GetDataView ( CollectionQuery query ) : CollectionDataView
GetHighestKnownIndex ( CollectionQuery query ) : int

Method Details

ClearCachedData() public abstract method

public abstract ClearCachedData ( ) : void
return void

FireDataChanged() public method

public FireDataChanged ( ) : void
return void

GetDataView() public abstract method

public abstract GetDataView ( CollectionQuery query ) : CollectionDataView
query CollectionQuery
return CollectionDataView

GetHighestKnownIndex() public abstract method

public abstract GetHighestKnownIndex ( CollectionQuery query ) : int
query CollectionQuery
return int