C# Class EAAddinFramework.Mapping.Mapping

Description of Mapping.
Inheritance: MappingFramework.Mapping
Afficher le fichier Open project: GeertBellekens/Enterprise-Architect-Add-in-Framework Class Usage Examples

Méthodes publiques

Méthode Description
Mapping ( Element sourceElement, Element targetElement, string basepath ) : System
Mapping ( Element sourceElement, Element targetElement, string basepath, ElementWrapper targetRoot ) : System
Mapping ( Element sourceElement, Element targetElement, string basepath, string targetBasePath ) : System
Mapping ( MappingEnd sourceEnd, MappingEnd targetEnd ) : System
Mapping ( MappingEnd sourceEnd, MappingEnd targetEnd, MappingLogic logic ) : System

Method Details

Mapping() public méthode

public Mapping ( Element sourceElement, Element targetElement, string basepath ) : System
sourceElement Element
targetElement Element
basepath string
Résultat System

Mapping() public méthode

public Mapping ( Element sourceElement, Element targetElement, string basepath, ElementWrapper targetRoot ) : System
sourceElement Element
targetElement Element
basepath string
targetRoot ElementWrapper
Résultat System

Mapping() public méthode

public Mapping ( Element sourceElement, Element targetElement, string basepath, string targetBasePath ) : System
sourceElement Element
targetElement Element
basepath string
targetBasePath string
Résultat System

Mapping() public méthode

public Mapping ( MappingEnd sourceEnd, MappingEnd targetEnd ) : System
sourceEnd MappingEnd
targetEnd MappingEnd
Résultat System

Mapping() public méthode

public Mapping ( MappingEnd sourceEnd, MappingEnd targetEnd, MappingLogic logic ) : System
sourceEnd MappingEnd
targetEnd MappingEnd
logic MappingLogic
Résultat System