Interface IDataBehavior
Application service contract for data behaviors.
Namespace: Kephas.Data.Behaviors
Assembly: Kephas.Data.dll
Syntax
public interface IDataBehavior
Remarks
This contract is used only to collect the data behaviors for a certain type. The data behavior will then implement the IDataBehavior<TEntity> with the specific entity.