C# Class EAAddinFramework.Databases.BaseDataType

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

Public Methods

Method 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 method

public BaseDataType ( global eaDatatype ) : System
eaDatatype global
return System

BaseDataType() public method

public BaseDataType ( string name, bool hasLength, bool hasPrecision ) : System
name string
hasLength bool
hasPrecision bool
return System

Select() public method

public Select ( ) : void
return void

createAsNewItem() public method

public createAsNewItem ( DatabaseFramework owner, bool save = true ) : DatabaseFramework.DatabaseItem
owner DatabaseFramework
save bool
return DatabaseFramework.DatabaseItem

delete() public method

public delete ( ) : void
return void

save() public method

public save ( ) : void
return void

update() public method

public update ( DatabaseFramework newDatabaseItem, bool save = true ) : void
newDatabaseItem DatabaseFramework
save bool
return void