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

A WSDL web client proxy code generator for accessing an NTier IEntityAccessor web service. The NTier entity accessor web service is different from a traditional web service because ultimately DataSets wrapped by IEntitySets are exchanged between the two endpoints, not plain old .net objects.

Namespace: NTier.EntitySchemaImporterExtension
Assembly: NTier.EntitySchemaImporterExtension (in NTier.EntitySchemaImporterExtension.dll) Version: 1.0.0.0

Syntax

C#
public class NEntitySchemaImporterExtension : NSchemaImporterExtension
Visual Basic
Public Class NEntitySchemaImporterExtension
	Inherits NSchemaImporterExtension
Visual C++
public ref class NEntitySchemaImporterExtension : public NSchemaImporterExtension

Inheritance Hierarchy

See Also