Tortuga.Chain Namespace
Tortuga.Chain.Metadata Namespace

IClass1DataSource Interface

A class 1 data source supports basic CRUD operations. This is the bare minimum needed to implement the repository pattern.

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

Syntax


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

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.