C# 클래스 EAAddinFramework.Mapping.TaggedValueMapping

Description of TaggedValueMapping.
상속: Mapping
파일 보기 프로젝트 열기: GeertBellekens/Enterprise-Architect-Add-in-Framework 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
TaggedValueMapping ( TaggedValue wrappedTaggedValue, string basePath ) : System
TaggedValueMapping ( TaggedValue wrappedTaggedValue, string basePath, ElementWrapper targetRootElement ) : System
TaggedValueMapping ( TaggedValue wrappedTaggedValue, string basePath, string targetBasePath ) : System

메소드 상세

TaggedValueMapping() 공개 메소드

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

TaggedValueMapping() 공개 메소드

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

TaggedValueMapping() 공개 메소드

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