EAAddinFramework.Databases.DatabaseFactory.DatabaseFactory C# (CSharp) Method

DatabaseFactory() private method

private DatabaseFactory ( string type, Model model ) : System
type string
model TSF.UmlToolingFramework.Wrappers.EA.Model
return System
        private DatabaseFactory(string type, Model model)
        {
            this._type = type;
            this._model = model;
            this._baseDataTypes = getBaseDataTypes(type,model);
        }