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

Provides a single custom tool that delegates to DesignerEntityGenerator and EntityProxyGenerator as appropriate.

NOTE: Visual Studio 2008 crashes whilst performing a rename operation if both the source code file and the resulting generated oode file need to be modified, when the rename is performed from another code file.

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

Syntax

C#
public class Generator : BaseCodeGeneratorWithSite
Visual Basic
Public Class Generator
	Inherits BaseCodeGeneratorWithSite
Visual C++
public ref class Generator : public BaseCodeGeneratorWithSite

Inheritance Hierarchy

See Also