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


Created October 7, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com