C# Класс btswebdoc.CmdClient.ApplicationDataExporter

Responsible for mapping between the ExplorerOM types and the btswebdoc types. Also uses the AssestExport class to write all artefact files to disc.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ApplicationDataExporter ( string exportPath ) : System.Collections.Generic
ExportApplicationData ( BizTalkArtifacts artifacts, IEnumerable omApplications ) : void
ExportHostData ( BizTalkArtifacts artifacts, IEnumerable omHosts ) : void

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

ApplicationDataExporter() публичный Метод

public ApplicationDataExporter ( string exportPath ) : System.Collections.Generic
exportPath string
Результат System.Collections.Generic

ExportApplicationData() публичный Метод

public ExportApplicationData ( BizTalkArtifacts artifacts, IEnumerable omApplications ) : void
artifacts BizTalkArtifacts
omApplications IEnumerable
Результат void

ExportHostData() публичный Метод

public ExportHostData ( BizTalkArtifacts artifacts, IEnumerable omHosts ) : void
artifacts BizTalkArtifacts
omHosts IEnumerable
Результат void