C# Class TSF.UmlToolingFramework.Wrappers.EA.TaggedValue

Inheritance: TSF.UmlToolingFramework.UML.Profiles.TaggedValue
Afficher le fichier Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework Class Usage Examples

Private Properties

Свойство Type Description
TaggedValue System
isGUID bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
TaggedValue ( Model model ) : System
isGUID ( string guidString ) : bool

Method Details

addToCurrentDiagram() public méthode

add the owner of the tagged value to the current diagram
public addToCurrentDiagram ( ) : void
Résultat void

delete() public méthode

public delete ( ) : void
Résultat void

getDependentDiagrams() public méthode

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
Résultat List

makeWritable() public méthode

public makeWritable ( bool overrideLocks ) : bool
overrideLocks bool
Résultat bool

open() public méthode

public open ( ) : void
Résultat void

openProperties() public méthode

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

save() public abstract méthode

public abstract save ( ) : void
Résultat void

select() public méthode

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

selectInCurrentDiagram() public méthode

select the owner of this tagged value in the current diagram
public selectInCurrentDiagram ( ) : void
Résultat void