See also:
NTier Windows Forms Framework Home
NTier Framework API reference

An IEntityAccessor proxy that loads and saves data according to the entity being queried: - EntitySchemaEntityAccessor for EntityClass or related objects. - ProjectDbEntityAccessor or ProjectXmlEntityAccessor otherwise, depending on whether the connection is configured for an xml file or database connection.

Namespace: NTier.Designer.Business
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public class NTierDesignerEntityAccessor : ClientEntityAccessor, 
	IServiceProvider
Visual Basic
Public Class NTierDesignerEntityAccessor
	Inherits ClientEntityAccessor
	Implements IServiceProvider
Visual C++
public ref class NTierDesignerEntityAccessor : public ClientEntityAccessor, 
	IServiceProvider

Inheritance Hierarchy

System..::..Object
  EntityAccessor
    ClientEntityAccessor
      NTier.Designer.Business..::..NTierDesignerEntityAccessor

See Also