C# Class Microsoft.R.Components.History.Implementation.RHistoryEntries

Inheritance: IRHistoryEntries
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Add ( ITrackingSpan span ) : void
Find ( bool>.Func predicate ) : IRHistoryEntry
First ( ) : IRHistoryEntry
GetEntries ( ) : IReadOnlyList
GetSelectedEntries ( ) : IReadOnlyList
Last ( ) : IRHistoryEntry
Remove ( IRHistoryEntry historyEntry ) : void
RemoveAll ( ) : void
RemoveSelected ( ) : void
SelectAll ( ) : void
UnselectAll ( ) : void

Protected Methods

Method Description
AddEntry ( ITrackingSpan entrySpan, ITrackingSpan span ) : IRHistoryEntry
CloneEntries ( IRHistoryEntries existingEntries ) : void

Private Methods

Method Description
ChangeSelection ( Entry entry, bool isSelected ) : void
DeleteEntry ( Entry entry ) : void

Method Details

Add() public abstract method

public abstract Add ( ITrackingSpan span ) : void
span ITrackingSpan
return void

AddEntry() protected method

protected AddEntry ( ITrackingSpan entrySpan, ITrackingSpan span ) : IRHistoryEntry
entrySpan ITrackingSpan
span ITrackingSpan
return IRHistoryEntry

CloneEntries() protected method

protected CloneEntries ( IRHistoryEntries existingEntries ) : void
existingEntries IRHistoryEntries
return void

Find() public method

public Find ( bool>.Func predicate ) : IRHistoryEntry
predicate bool>.Func
return IRHistoryEntry

First() public method

public First ( ) : IRHistoryEntry
return IRHistoryEntry

GetEntries() public method

public GetEntries ( ) : IReadOnlyList
return IReadOnlyList

GetSelectedEntries() public method

public GetSelectedEntries ( ) : IReadOnlyList
return IReadOnlyList

Last() public method

public Last ( ) : IRHistoryEntry
return IRHistoryEntry

Remove() public method

public Remove ( IRHistoryEntry historyEntry ) : void
historyEntry IRHistoryEntry
return void

RemoveAll() public method

public RemoveAll ( ) : void
return void

RemoveSelected() public method

public RemoveSelected ( ) : void
return void

SelectAll() public method

public SelectAll ( ) : void
return void

UnselectAll() public method

public UnselectAll ( ) : void
return void