C# Класс TSF.UmlToolingFramework.Wrappers.EA.TaggedValue

Наследование: TSF.UmlToolingFramework.UML.Profiles.TaggedValue
Показать файл Открыть проект Примеры использования класса

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