Method | Description | |
---|---|---|
Add ( ITrackingSpan span ) : void | ||
Find ( bool>.Func |
||
First ( ) : IRHistoryEntry | ||
GetEntries ( ) : IReadOnlyList |
||
GetSelectedEntries ( ) : IReadOnlyList |
||
Last ( ) : IRHistoryEntry | ||
Remove ( IRHistoryEntry historyEntry ) : void | ||
RemoveAll ( ) : void | ||
RemoveSelected ( ) : void | ||
SelectAll ( ) : void | ||
UnselectAll ( ) : void |
Method | Description | |
---|---|---|
AddEntry ( ITrackingSpan entrySpan, ITrackingSpan span ) : IRHistoryEntry | ||
CloneEntries ( IRHistoryEntries existingEntries ) : void |
Method | Description | |
---|---|---|
ChangeSelection ( Entry entry, bool isSelected ) : void | ||
DeleteEntry ( Entry entry ) : void |
public abstract Add ( ITrackingSpan span ) : void | ||
span | ITrackingSpan | |
return | void |
protected AddEntry ( ITrackingSpan entrySpan, ITrackingSpan span ) : IRHistoryEntry | ||
entrySpan | ITrackingSpan | |
span | ITrackingSpan | |
return | IRHistoryEntry |
protected CloneEntries ( IRHistoryEntries existingEntries ) : void | ||
existingEntries | IRHistoryEntries | |
return | void |
public Find ( bool>.Func |
||
predicate | bool>.Func | |
return | IRHistoryEntry |
public GetSelectedEntries ( ) : IReadOnlyList |
||
return | IReadOnlyList |
public Remove ( IRHistoryEntry historyEntry ) : void | ||
historyEntry | IRHistoryEntry | |
return | void |