SQLINQ Class Library  (April 2015)
Using SQLINQ to transform UML to C#
Assets.SQLINQ.Generator.GeneratorSpec Class Reference

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< ModelObjectObjects = new List<ModelObject>()
 
Dictionary< string, List< string > > MissingComments = new Dictionary<string, List<string>>()
 

Member Function Documentation

void Assets.SQLINQ.Generator.GeneratorSpec.AddMissingComments ( string  aType,
string  aName 
)

This method is used to identify objects in your model that have missing comments.

Parameters
aTypeType of object, class, attribute, assocation, etc.
aNameThe object that is missing the comment.
ModelObject Assets.SQLINQ.Generator.GeneratorSpec.GetObjectByID ( string  aObjectIdentifier)

Used to find an ModelObject using the internal Object Identifier

Parameters
aObjectIdentifierIdentifier to use.
Returns
The object or NULL.