IObjectReaderBase Interface

Definition

Provides the capability of traversing objects.

public interface class IObjectReaderBase
public interface IObjectReaderBase
type IObjectReaderBase = interface
Public Interface IObjectReaderBase
Derived

Methods

GetIndexOf(Guid)

Gets the index of a specific object.

GetIndexOf(IList<Guid>)

Gets a list of indexes for the specified object identifiers.

Refresh(IList<Guid>, IList<Guid>, IList<Guid>)

Refreshes the reader, and returns the identifiers of the objects that have been added, updated, or deleted.

Applies to