IdeaBlade DevForce 2010 Help Reference
EntityServerFakeBackingStore.Remote Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityServerFakeBackingStore.Remote Class



A fake backing store used with a remote EntityServer in n-tier mode.

Syntax

Visual Basic (Declaration) 
Public Class EntityServerFakeBackingStore.Remote 
   Inherits EntityServerFakeBackingStore.AsyncBackingStore
   Implements IEntityServerFakeBackingStore 
Visual Basic (Usage)Copy Code
Dim instance As EntityServerFakeBackingStore.Remote
C# 
public class EntityServerFakeBackingStore.Remote : EntityServerFakeBackingStore.AsyncBackingStore, IEntityServerFakeBackingStore  
C++/CLI 
public ref class EntityServerFakeBackingStore.Remote : public EntityServerFakeBackingStore.AsyncBackingStore, IEntityServerFakeBackingStore  

Remarks

A connected EntityManager is used as the local backing store. The EntityManager must be able to both connect and login to the EntityServer in order to make remote service calls. The backing store can be restored from a previously saved EntityCacheState to pre-load data. The store can also be saved to a file or stream.

Inheritance Hierarchy

System.Object
      IdeaBlade.EntityModel.EntityServerFakeBackingStore.Remote

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.