C# 클래스 EAAddinFramework.Databases.BaseDataType

Description of BaseDataType.
상속: DatabaseFramework.BaseDataType
파일 보기 프로젝트 열기: GeertBellekens/Enterprise-Architect-Add-in-Framework 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BaseDataType() 공개 메소드

public BaseDataType ( global eaDatatype ) : System
eaDatatype global
리턴 System

BaseDataType() 공개 메소드

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

Select() 공개 메소드

public Select ( ) : void
리턴 void

createAsNewItem() 공개 메소드

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

delete() 공개 메소드

public delete ( ) : void
리턴 void

save() 공개 메소드

public save ( ) : void
리턴 void

update() 공개 메소드

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