C# Class EAAddinFramework.Mapping.TaggedValueMapping

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
TaggedValueMapping ( TaggedValue wrappedTaggedValue, string basePath ) : System
TaggedValueMapping ( TaggedValue wrappedTaggedValue, string basePath, ElementWrapper targetRootElement ) : System
TaggedValueMapping ( TaggedValue wrappedTaggedValue, string basePath, string targetBasePath ) : System

Method Details

TaggedValueMapping() public méthode

public TaggedValueMapping ( TaggedValue wrappedTaggedValue, string basePath ) : System
wrappedTaggedValue TSF.UmlToolingFramework.Wrappers.EA.TaggedValue
basePath string
Résultat System

TaggedValueMapping() public méthode

public TaggedValueMapping ( TaggedValue wrappedTaggedValue, string basePath, ElementWrapper targetRootElement ) : System
wrappedTaggedValue TSF.UmlToolingFramework.Wrappers.EA.TaggedValue
basePath string
targetRootElement ElementWrapper
Résultat System

TaggedValueMapping() public méthode

public TaggedValueMapping ( TaggedValue wrappedTaggedValue, string basePath, string targetBasePath ) : System
wrappedTaggedValue TSF.UmlToolingFramework.Wrappers.EA.TaggedValue
basePath string
targetBasePath string
Résultat System