C# 클래스 Microsoft.R.Components.History.Implementation.RHistoryEntries

상속: IRHistoryEntries
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AddEntry ( ITrackingSpan entrySpan, ITrackingSpan span ) : IRHistoryEntry
CloneEntries ( IRHistoryEntries existingEntries ) : void

비공개 메소드들

메소드 설명
ChangeSelection ( Entry entry, bool isSelected ) : void
DeleteEntry ( Entry entry ) : void

메소드 상세

Add() 공개 추상적인 메소드

public abstract Add ( ITrackingSpan span ) : void
span ITrackingSpan
리턴 void

AddEntry() 보호된 메소드

protected AddEntry ( ITrackingSpan entrySpan, ITrackingSpan span ) : IRHistoryEntry
entrySpan ITrackingSpan
span ITrackingSpan
리턴 IRHistoryEntry

CloneEntries() 보호된 메소드

protected CloneEntries ( IRHistoryEntries existingEntries ) : void
existingEntries IRHistoryEntries
리턴 void

Find() 공개 메소드

public Find ( bool>.Func predicate ) : IRHistoryEntry
predicate bool>.Func
리턴 IRHistoryEntry

First() 공개 메소드

public First ( ) : IRHistoryEntry
리턴 IRHistoryEntry

GetEntries() 공개 메소드

public GetEntries ( ) : IReadOnlyList
리턴 IReadOnlyList

GetSelectedEntries() 공개 메소드

public GetSelectedEntries ( ) : IReadOnlyList
리턴 IReadOnlyList

Last() 공개 메소드

public Last ( ) : IRHistoryEntry
리턴 IRHistoryEntry

Remove() 공개 메소드

public Remove ( IRHistoryEntry historyEntry ) : void
historyEntry IRHistoryEntry
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

RemoveSelected() 공개 메소드

public RemoveSelected ( ) : void
리턴 void

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void

UnselectAll() 공개 메소드

public UnselectAll ( ) : void
리턴 void