Chapter 17 Working with VB .NET


Class

You design a VB .NET class using a class in PowerDesigner. VB .NET classes can contain events, variables, constants, methods, constructors and properties.

The following specific classes are also supported in PowerDesigner:

Public MustInherit Class Customer
   Private Name As Char
   Private ID As Integer
End Class

Public NotInheritable Class FinalClass
   Private At1 As Object
   Private At2 As Object
End Class

 


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