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.
Afficher le fichier Open project: riha/btswebdoc Class Usage Examples

Méthodes publiques

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

Method Details

ApplicationDataExporter() public méthode

public ApplicationDataExporter ( string exportPath ) : System.Collections.Generic
exportPath string
Résultat System.Collections.Generic

ExportApplicationData() public méthode

public ExportApplicationData ( BizTalkArtifacts artifacts, IEnumerable omApplications ) : void
artifacts BizTalkArtifacts
omApplications IEnumerable
Résultat void

ExportHostData() public méthode

public ExportHostData ( BizTalkArtifacts artifacts, IEnumerable omHosts ) : void
artifacts BizTalkArtifacts
omHosts IEnumerable
Résultat void