C# Class EAAddinFramework.Mapping.ConnectorMapping

Description of ConnectorMapping.
Inheritance: Mapping
ファイルを表示 Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ConnectorMapping ( ConnectorWrapper wrappedConnector, string basePath ) : System
ConnectorMapping ( ConnectorWrapper wrappedConnector, string basePath, ElementWrapper targetRootElement ) : System
ConnectorMapping ( ConnectorWrapper wrappedConnector, string basePath, string targetBasePath ) : System

Method Details

ConnectorMapping() public method

public ConnectorMapping ( ConnectorWrapper wrappedConnector, string basePath ) : System
wrappedConnector TSF.UmlToolingFramework.Wrappers.EA.ConnectorWrapper
basePath string
return System

ConnectorMapping() public method

public ConnectorMapping ( ConnectorWrapper wrappedConnector, string basePath, ElementWrapper targetRootElement ) : System
wrappedConnector TSF.UmlToolingFramework.Wrappers.EA.ConnectorWrapper
basePath string
targetRootElement ElementWrapper
return System

ConnectorMapping() public method

public ConnectorMapping ( ConnectorWrapper wrappedConnector, string basePath, string targetBasePath ) : System
wrappedConnector TSF.UmlToolingFramework.Wrappers.EA.ConnectorWrapper
basePath string
targetBasePath string
return System