|
SQLINQ Class Library
(April 2015)
Using SQLINQ to transform UML to C#
|
Public Member Functions | |
| void | AddMissingComments (string aType, string aName) |
| This method is used to identify objects in your model that have missing comments. More... | |
| ModelObject | GetObjectByID (string aObjectIdentifier) |
| Used to find an ModelObject using the internal Object Identifier More... | |
Public Attributes | |
| List< ModelObject > | Objects = new List<ModelObject>() |
| Dictionary< string, List< string > > | MissingComments = new Dictionary<string, List<string>>() |
| void Assets.SQLINQ.Generator.GeneratorSpec.AddMissingComments | ( | string | aType, |
| string | aName | ||
| ) |
This method is used to identify objects in your model that have missing comments.
| aType | Type of object, class, attribute, assocation, etc. |
| aName | The object that is missing the comment. |
| ModelObject Assets.SQLINQ.Generator.GeneratorSpec.GetObjectByID | ( | string | aObjectIdentifier | ) |
Used to find an ModelObject using the internal Object Identifier
| aObjectIdentifier | Identifier to use. |