DevForce Help Reference
EntityServerFakeBackingStore Class
Members 


A fake which can be used to provide a non-database backing store during testing.
Syntax
'Declaration
 
Public Class EntityServerFakeBackingStore 
'Usage
 
Dim instance As EntityServerFakeBackingStore
public class EntityServerFakeBackingStore 
Remarks
The EntityServerFakeBackingStore is automatically used when using the Fake CompositionContext. It is used by the EdmQueryExecutorFake and EdmSaveExecutorFake to provide a fake backing store for the EntityServer. The EntityServerFakeBackingStore.Local store is used for 2-tier (non-distributed) environments, while the EntityServerFakeBackingStore.Remote store is used in n-tier environments, such as a DevForce Silverlight application.
Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.EntityServerFakeBackingStore

Requirements

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

See Also

Reference

EntityServerFakeBackingStore Members
IdeaBlade.EntityModel Namespace

Send Feedback