ITableDataSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A source for data given to an ITableManager.
public interface class ITableDataSource
public interface class ITableDataSource
__interface ITableDataSource
public interface ITableDataSource
type ITableDataSource = interface
Public Interface ITableDataSource
Remarks
All methods on this interface can be called from either the main thread or a background thread.
Properties
DisplayName |
Localized name to identify the source in any UI displayed to the user. Can be null. |
Identifier |
Unique identifier of this data source. |
SourceTypeIdentifier |
Identifier that describes the type of entries provided by this source (e.g. CommentTableDataSource). |
Methods
Subscribe(ITableDataSink) |
Subscribe to ITableEntrys created by this data source. |