C# Class 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.
ファイルを表示 Open project: riha/btswebdoc Class Usage Examples

Public Methods

Method Description
ApplicationDataExporter ( string exportPath ) : System.Collections.Generic
ExportApplicationData ( BizTalkArtifacts artifacts, IEnumerable omApplications ) : void
ExportHostData ( BizTalkArtifacts artifacts, IEnumerable omHosts ) : void

Method Details

ApplicationDataExporter() public method

public ApplicationDataExporter ( string exportPath ) : System.Collections.Generic
exportPath string
return System.Collections.Generic

ExportApplicationData() public method

public ExportApplicationData ( BizTalkArtifacts artifacts, IEnumerable omApplications ) : void
artifacts BizTalkArtifacts
omApplications IEnumerable
return void

ExportHostData() public method

public ExportHostData ( BizTalkArtifacts artifacts, IEnumerable omHosts ) : void
artifacts BizTalkArtifacts
omHosts IEnumerable
return void