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

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

Private Properties

Свойство Type Description
getDiagramForDiagramLink Diagram

Méthodes publiques

Méthode Description
DiagramLinkWrapper ( Model model, ConnectorWrapper relation, Diagram diagram ) : System
DiagramLinkWrapper ( Model model, global diagramlink ) : System
addToCurrentDiagram ( ) : void
delete ( ) : void
getDependentDiagrams ( ) : List

returns a list of diagrams that show this item. DiagramObjects are specific for a single diagram, so the list will contain only one diagram

makeWritable ( bool overrideLocks ) : bool
open ( ) : void
openProperties ( ) : void
save ( ) : void
select ( ) : void
selectInCurrentDiagram ( ) : void

Private Methods

Méthode Description
getDiagramForDiagramLink ( global diagramLink ) : Diagram

Method Details

DiagramLinkWrapper() public méthode

public DiagramLinkWrapper ( Model model, ConnectorWrapper relation, Diagram diagram ) : System
model Model
relation ConnectorWrapper
diagram Diagram
Résultat System

DiagramLinkWrapper() public méthode

public DiagramLinkWrapper ( Model model, global diagramlink ) : System
model Model
diagramlink global
Résultat System

addToCurrentDiagram() public méthode

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. DiagramObjects are specific for a single diagram, so the list will contain only one diagram
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

public openProperties ( ) : void
Résultat void

save() public méthode

public save ( ) : void
Résultat void

select() public méthode

public select ( ) : void
Résultat void

selectInCurrentDiagram() public méthode

public selectInCurrentDiagram ( ) : void
Résultat void