|
SQLINQ Class Library
(April 2015)
Using SQLINQ to transform UML to C#
|
Public Member Functions | |
| ModelObject (string aObjectIdentifier, string aName, string aObjectType, string aSubType, string aStereotype, bool aIsAbstract, string aNote) | |
| ModelObject | GetRootClass () |
| Gets the lowest class in an inheritance hierarchy More... | |
Public Attributes | |
| string | ObjectIdentifier |
| string | Name |
| string | ObjectType |
| string | SubType |
| string | Stereotype |
| bool | isAbstract |
| string | Note |
| List< ModelConnection > | StartConnections |
| List< ModelConnection > | EndConnections |
| List< ModelAttribute > | Attributes |
Properties | |
| bool | IsRootClass [get] |
| ModelObject Assets.SQLINQ.Generator.ModelObject.GetRootClass | ( | ) |
Gets the lowest class in an inheritance hierarchy