Chapter 17 Working with VB .NET


What is automatically generated

During VB .NET generation, each top object, that is to say class, interface, module, and so on, generates a source file with the .vb extension. Inner classifiers are generated in the source of the container classifier.

Imports

The Imports directive can appear at the beginning of the script of each generated file.

You can define imports in PowerDesigner in the Script\Imports page of the property sheet of a main object. You can type the import statement or use the Import Folder or Import Classifier tools in the Imports page.


Options

Options appear in the generated file header. You can define the following options for main objects:

 


Copyright (C) 2005. Sybase Inc. All rights reserved.