Sdílet prostřednictvím


ITableDataSink Rozhraní

Definice

Třída používaná k využívání dat poskytovaných objektem ITableDataSource.

public interface class ITableDataSink
public interface class ITableDataSink
__interface ITableDataSink
public interface ITableDataSink
type ITableDataSink = interface
Public Interface ITableDataSink

Poznámky

ITableDataSource může mít více odběratelů a každý předplatitel bude mít vlastní ITableDataSink.

Vlastnosti

IsStable

Určuje, jestli jsou výsledky hlášené do jímky stabilní.

Metody

AddEntries(IReadOnlyList<ITableEntry>, Boolean)

Přidejte zadané ITableEntrys.

AddFactory(ITableEntriesSnapshotFactory, Boolean)

Přidejte zadanou ITableEntriesSnapshotFactoryhodnotu .

AddSnapshot(ITableEntriesSnapshot, Boolean)

Přidejte zadanou ITableEntriesSnapshotFactoryhodnotu .

FactorySnapshotChanged(ITableEntriesSnapshotFactory)

Řekněte jímce, že se GetCurrentSnapshot() změnila hodnota for factory .

RemoveAllEntries()

Odeberte všechny ITableEntrydříve přidané položky do jímky.

RemoveAllFactories()

Odeberte všechny ITableEntriesSnapshotFactorypoložky, které byly dříve přidány do jímky.

RemoveAllSnapshots()

Odeberte všechny ITableEntriesSnapshotpoložky, které byly dříve přidány do jímky.

RemoveEntries(IReadOnlyList<ITableEntry>)

Odeberte zadané ITableEntrys.

RemoveFactory(ITableEntriesSnapshotFactory)

Odeberte zadaný objekt ITableEntriesSnapshotFactory.

RemoveSnapshot(ITableEntriesSnapshot)

Odeberte zadaný snímek.

ReplaceEntries(IReadOnlyList<ITableEntry>, IReadOnlyList<ITableEntry>)

Odeberte oldEntries a přidejte newEntries.

ReplaceFactory(ITableEntriesSnapshotFactory, ITableEntriesSnapshotFactory)

Odeberte oldFactory a přidejte newFactory.

ReplaceSnapshot(ITableEntriesSnapshot, ITableEntriesSnapshot)

Odeberte oldSnapshot a přidejte newSnapshot.

Platí pro