C# Класс EAAddinFramework.Mapping.MappingFactory

Description of MappingFactory.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
createNewMappings ( TSF attribute, string basepath, ElementWrapper targetRootElement ) : List
createOwnedMappings ( ElementWrapper ownerElement, string basepath ) : List
createOwnedMappings ( ElementWrapper ownerElement, string basepath, ElementWrapper targetRootElement ) : List
createRootMappings ( ElementWrapper root, string basePath ) : List
getConnectorString ( ConnectorWrapper mappedConnector ) : string
getValueForKey ( string key, string source ) : string

parses the the given source string for any keyvalue pairs and returns the value corresponding to the given key. The format of the soure string is assumed as follows: key1=value1;key2=value2,...

Описание методов

createNewMappings() публичный статический Метод

public static createNewMappings ( TSF attribute, string basepath, ElementWrapper targetRootElement ) : List
attribute TSF
basepath string
targetRootElement ElementWrapper
Результат List

createOwnedMappings() публичный статический Метод

public static createOwnedMappings ( ElementWrapper ownerElement, string basepath ) : List
ownerElement ElementWrapper
basepath string
Результат List

createOwnedMappings() публичный статический Метод

public static createOwnedMappings ( ElementWrapper ownerElement, string basepath, ElementWrapper targetRootElement ) : List
ownerElement ElementWrapper
basepath string
targetRootElement ElementWrapper
Результат List

createRootMappings() публичный статический Метод

public static createRootMappings ( ElementWrapper root, string basePath ) : List
root ElementWrapper
basePath string
Результат List

getConnectorString() публичный статический Метод

public static getConnectorString ( ConnectorWrapper mappedConnector ) : string
mappedConnector TSF.UmlToolingFramework.Wrappers.EA.ConnectorWrapper
Результат string

getValueForKey() публичный статический Метод

parses the the given source string for any keyvalue pairs and returns the value corresponding to the given key. The format of the soure string is assumed as follows: key1=value1;key2=value2,...
public static getValueForKey ( string key, string source ) : string
key string the key to searche for
source string the source string to search in
Результат string