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.
파일 보기 프로젝트 열기: riha/btswebdoc 1 사용 예제들

공개 메소드들

메소드 설명
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