C# 클래스 TSF.UmlToolingFramework.Wrappers.EA.TaggedValue

상속: TSF.UmlToolingFramework.UML.Profiles.TaggedValue
파일 보기 프로젝트 열기: GeertBellekens/Enterprise-Architect-Add-in-Framework 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TaggedValue System
isGUID bool

공개 메소드들

메소드 설명
addToCurrentDiagram ( ) : void

add the owner of the tagged value to the current diagram

delete ( ) : void
getDependentDiagrams ( ) : List

returns a list of diagrams that show this item. Default implementation on this level is an empty list. To be overridden by concrete subclasses

makeWritable ( bool overrideLocks ) : bool
open ( ) : void
openProperties ( ) : void

opens the properties dialog in EA. For tagged values the properties dialog of the owner will be opened

save ( ) : void
select ( ) : void

select the tagged value. Tagged values cannot be selected individually so we select its owner.

selectInCurrentDiagram ( ) : void

select the owner of this tagged value in the current diagram

비공개 메소드들

메소드 설명
TaggedValue ( Model model ) : System
isGUID ( string guidString ) : bool

메소드 상세

addToCurrentDiagram() 공개 메소드

add the owner of the tagged value to the current diagram
public addToCurrentDiagram ( ) : void
리턴 void

delete() 공개 메소드

public delete ( ) : void
리턴 void

getDependentDiagrams() 공개 메소드

returns a list of diagrams that show this item. Default implementation on this level is an empty list. To be overridden by concrete subclasses
public getDependentDiagrams ( ) : List
리턴 List

makeWritable() 공개 메소드

public makeWritable ( bool overrideLocks ) : bool
overrideLocks bool
리턴 bool

open() 공개 메소드

public open ( ) : void
리턴 void

openProperties() 공개 메소드

opens the properties dialog in EA. For tagged values the properties dialog of the owner will be opened
public openProperties ( ) : void
리턴 void

save() 공개 추상적인 메소드

public abstract save ( ) : void
리턴 void

select() 공개 메소드

select the tagged value. Tagged values cannot be selected individually so we select its owner.
public select ( ) : void
리턴 void

selectInCurrentDiagram() 공개 메소드

select the owner of this tagged value in the current diagram
public selectInCurrentDiagram ( ) : void
리턴 void