Tortuga.Chain Namespace
Tortuga.Chain.Metadata Namespace

IClass0DataSource Interface

This indicates that the data source provides minimal functionality.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public interface IClass0DataSource : IDataSource
Public Interface IClass0DataSource _
	Inherits IDataSource
public interface class IClass0DataSource : IDataSource

Remarks


Warning: This interface is meant to simulate multiple inheritance and work-around some issues with exposing generic types. Do not implement it in client code, as new methods will be added over time.