IdeaBlade.EntityModel.Server Assembly > IdeaBlade.EntityModel.Server Namespace : EntityServerPocoSaveAdapter Class |
'Declaration
<InterfaceExportAttribute(ContractName="", ContractType=IdeaBlade.EntityModel.Server.EntityServerPocoSaveAdapter)> Public MustInherit Class EntityServerPocoSaveAdapter
'Usage
Dim instance As EntityServerPocoSaveAdapter
[InterfaceExport(ContractName="", ContractType=IdeaBlade.EntityModel.Server.EntityServerPocoSaveAdapter)] public abstract class EntityServerPocoSaveAdapter
Any entity with an EntityState of Added, Modified or Deleted and which is not backed by an EdmKey will be passed to the EntitySaveAdapter.
Be sure to place your implementation of EntitySaveAdapter in an assembly which will be deployed to your BOS in n-tier implementations.
Your implementation should contain a single parameterless constructor.
System.Object
IdeaBlade.EntityModel.Server.EntityServerPocoSaveAdapter
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2