C# Class EAAddinFramework.Databases.DatabaseFactory

Description of DatabaseFactory.
Inheritance: DatabaseFramework.DataBaseFactory
Datei anzeigen Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework Class Usage Examples

Public Methods

Method Description
createDataBase ( TSF.UmlToolingFramework.Wrappers.EA.Package package ) : Database
createDataType ( string compositeName ) : DataType
createDatabase ( string name ) : Database
getBaseDataTypes ( string databaseType, Model model ) : BaseDataType>.Dictionary
getFactory ( string type, Model model ) : DatabaseFactory

adds a factory to the list of possible database factories

Private Methods

Method Description
DatabaseFactory ( string type, Model model ) : System

Method Details

createDataBase() public method

public createDataBase ( TSF.UmlToolingFramework.Wrappers.EA.Package package ) : Database
package TSF.UmlToolingFramework.Wrappers.EA.Package
return Database

createDataType() public method

public createDataType ( string compositeName ) : DataType
compositeName string
return DataType

createDatabase() public method

public createDatabase ( string name ) : Database
name string
return Database

getBaseDataTypes() public method

public getBaseDataTypes ( string databaseType, Model model ) : BaseDataType>.Dictionary
databaseType string
model TSF.UmlToolingFramework.Wrappers.EA.Model
return BaseDataType>.Dictionary

getFactory() public static method

adds a factory to the list of possible database factories
public static getFactory ( string type, Model model ) : DatabaseFactory
type string the type of the factory
model TSF.UmlToolingFramework.Wrappers.EA.Model
return DatabaseFactory