C# Class EAAddinFramework.Databases.BaseDataType

Description of BaseDataType.
Inheritance: DatabaseFramework.BaseDataType
Afficher le fichier Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework Class Usage Examples

Méthodes publiques

Méthode Description
BaseDataType ( global eaDatatype ) : System
BaseDataType ( string name, bool hasLength, bool hasPrecision ) : System
Select ( ) : void
createAsNewItem ( DatabaseFramework owner, bool save = true ) : DatabaseFramework.DatabaseItem
delete ( ) : void
save ( ) : void
update ( DatabaseFramework newDatabaseItem, bool save = true ) : void

Method Details

BaseDataType() public méthode

public BaseDataType ( global eaDatatype ) : System
eaDatatype global
Résultat System

BaseDataType() public méthode

public BaseDataType ( string name, bool hasLength, bool hasPrecision ) : System
name string
hasLength bool
hasPrecision bool
Résultat System

Select() public méthode

public Select ( ) : void
Résultat void

createAsNewItem() public méthode

public createAsNewItem ( DatabaseFramework owner, bool save = true ) : DatabaseFramework.DatabaseItem
owner DatabaseFramework
save bool
Résultat DatabaseFramework.DatabaseItem

delete() public méthode

public delete ( ) : void
Résultat void

save() public méthode

public save ( ) : void
Résultat void

update() public méthode

public update ( DatabaseFramework newDatabaseItem, bool save = true ) : void
newDatabaseItem DatabaseFramework
save bool
Résultat void