C# Class EAAddinFramework.Mapping.TaggedValueMapping

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

Private Properties

Property Type Description

Public Methods

Method 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 method

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

TaggedValueMapping() public method

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

TaggedValueMapping() public method

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