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

Inheritance: IRHistoryEntries
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
AddEntry ( ITrackingSpan entrySpan, ITrackingSpan span ) : IRHistoryEntry
CloneEntries ( IRHistoryEntries existingEntries ) : void

Private Methods

Méthode Description
ChangeSelection ( Entry entry, bool isSelected ) : void
DeleteEntry ( Entry entry ) : void

Method Details

Add() public abstract méthode

public abstract Add ( ITrackingSpan span ) : void
span ITrackingSpan
Résultat void

AddEntry() protected méthode

protected AddEntry ( ITrackingSpan entrySpan, ITrackingSpan span ) : IRHistoryEntry
entrySpan ITrackingSpan
span ITrackingSpan
Résultat IRHistoryEntry

CloneEntries() protected méthode

protected CloneEntries ( IRHistoryEntries existingEntries ) : void
existingEntries IRHistoryEntries
Résultat void

Find() public méthode

public Find ( bool>.Func predicate ) : IRHistoryEntry
predicate bool>.Func
Résultat IRHistoryEntry

First() public méthode

public First ( ) : IRHistoryEntry
Résultat IRHistoryEntry

GetEntries() public méthode

public GetEntries ( ) : IReadOnlyList
Résultat IReadOnlyList

GetSelectedEntries() public méthode

public GetSelectedEntries ( ) : IReadOnlyList
Résultat IReadOnlyList

Last() public méthode

public Last ( ) : IRHistoryEntry
Résultat IRHistoryEntry

Remove() public méthode

public Remove ( IRHistoryEntry historyEntry ) : void
historyEntry IRHistoryEntry
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

RemoveSelected() public méthode

public RemoveSelected ( ) : void
Résultat void

SelectAll() public méthode

public SelectAll ( ) : void
Résultat void

UnselectAll() public méthode

public UnselectAll ( ) : void
Résultat void