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

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

Private Properties

Property Type Description
getDiagramForDiagramLink Diagram

Public Methods

Method 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

Method Description
getDiagramForDiagramLink ( global diagramLink ) : Diagram

Method Details

DiagramLinkWrapper() public method

public DiagramLinkWrapper ( Model model, ConnectorWrapper relation, Diagram diagram ) : System
model Model
relation ConnectorWrapper
diagram Diagram
return System

DiagramLinkWrapper() public method

public DiagramLinkWrapper ( Model model, global diagramlink ) : System
model Model
diagramlink global
return System

addToCurrentDiagram() public method

public addToCurrentDiagram ( ) : void
return void

delete() public method

public delete ( ) : void
return void

getDependentDiagrams() public method

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
return List

makeWritable() public method

public makeWritable ( bool overrideLocks ) : bool
overrideLocks bool
return bool

open() public method

public open ( ) : void
return void

openProperties() public method

public openProperties ( ) : void
return void

save() public method

public save ( ) : void
return void

select() public method

public select ( ) : void
return void

selectInCurrentDiagram() public method

public selectInCurrentDiagram ( ) : void
return void