SQLINQ Class Library  (April 2015)
Using SQLINQ to transform UML to C#
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CAttribute
 CAssets.SQLINQ.SQLite.Net.AutoIncrementAttribute
 CAssets.SQLINQ.SQLite.Net.CollationAttribute
 CAssets.SQLINQ.SQLite.Net.ColumnAttribute
 CAssets.SQLINQ.SQLite.Net.IgnoreAttribute
 CAssets.SQLINQ.SQLite.Net.IndexedAttribute
 CAssets.SQLINQ.SQLite.Net.UniqueAttribute
 CAssets.SQLINQ.SQLite.Net.MaxLengthAttribute
 CAssets.SQLINQ.SQLite.Net.NotNullAttribute
 CAssets.SQLINQ.SQLite.Net.PrimaryKeyAttribute
 CAssets.SQLINQ.SQLite.Net.TableAttribute
 CAssets.SQLINQ.SQLite.Patterns.BaseClassContains the lowest level object which has an OID associated with it.
 CAssets.SQLINQ.SQLite.Net.BaseTableQuery
 CAssets.SQLINQ.SQLite.Net.TableQuery< T >
 CAssets.SQLINQ.SQLite.Net.TableMapping.Column
 CAssets.SQLINQ.SQLite.Net.SQLiteConnection.ColumnInfo
 CEditor
 CAssets.SQLINQ.Generator.Editors.SQLINQGeneratorEditor
 CEventArgs
 CAssets.SQLINQ.SQLite.Net.NotifyTableChangedEventArgs
 CException
 CAssets.SQLINQ.SQLite.Net.SQLiteException
 CAssets.SQLINQ.SQLite.Net.NotNullConstraintViolationException
 CAssets.SQLINQ.Generator.Extensions
 CAssets.SQLINQ.Generator.GeneratorSpec
 CAssets.SQLINQ.SQLite.Patterns.IBaseTable
 CIDisposable
 CAssets.SQLINQ.SQLite.Net.PreparedSqlLiteInsertCommandSince the insert never changed, we only need to prepare once.
 CAssets.SQLINQ.SQLite.Net.SQLiteConnectionRepresents an open connection to a SQLite database.
 CIEnumerable
 CAssets.SQLINQ.SQLite.Net.TableQuery< T >
 CIList
 CAssets.SQLINQ.SQLite.Patterns.LazyLoadChildren< CHILDCLASS, MASTERCLASS, CHILDTABLE >Provides lazy loading abilities on children of a relationship.
 CAssets.SQLINQ.SQLite.Patterns.LazyLoadMaster< CLASS, TABLE >Provides lazy load abilities for type T
 CAssets.SQLINQ.Generator.ModelAttribute
 CAssets.SQLINQ.Generator.ModelConnection
 CAssets.SQLINQ.Generator.ModelObject
 CMonoBehaviour
 CAssets.SQLINQ.Generator.SQLINQGeneratorSQLINQGenerator - MonoBehaviour is inherited only make the script attachable to a game object and attributes editable.
 CAssets.SQLINQ.SQLite.Net.BaseTableQuery.Ordering
 CAssets.SQLINQ.SQLite.Net.Orm
 CAssets.SQLINQ.SQLite.Patterns.RepositoryThe purpose of the repository is to keep track of all objects that are loaded in from calls to the database. The system keeps track of the transient objects and will return the current transient object first before reloading one from a database.
 CAssets.SQLINQ.SQLite.Net.SQLite3
 CAssets.SQLINQ.SQLite.Net.SQLiteCommand
 CAssets.SQLINQ.SQLite.Net.SQLiteConnectionStringRepresents a parsed connection string.
 CAssets.SQLINQ.SQLite.Net.TableMapping
 CAssets.SQLINQ.Generator.UMLModelParserThis version of the UMLModelParser evaluates a Software Ideas Modeller file save (an XML document) and transforms it into a GeneratorSpec instance. Tested with SIM 8.2 (February 2015).
 CAssets.SQLINQ.SQLite.Patterns.ValidationMessage
 CAssets.SQLINQ.SQLite.Patterns.ValidationResult