C# 클래스 btswebdoc.CmdClient.AssetsExporter

Used for exporing all map, schema and orchestrations files
파일 보기 프로젝트 열기: riha/btswebdoc 1 사용 예제들

공개 메소드들

메소드 설명
AssetsExporter ( string assestsExportPath ) : System
ExportMapSources ( IEnumerable omTransforms ) : void
ExportOrchestrationOverviews ( IEnumerable omOrchestrations ) : void
ExportSchemaSources ( IEnumerable omSchemas ) : void

비공개 메소드들

메소드 설명
PersistEncodedXmlAssest ( string content, string filePath ) : void

메소드 상세

AssetsExporter() 공개 메소드

public AssetsExporter ( string assestsExportPath ) : System
assestsExportPath string
리턴 System

ExportMapSources() 공개 메소드

public ExportMapSources ( IEnumerable omTransforms ) : void
omTransforms IEnumerable
리턴 void

ExportOrchestrationOverviews() 공개 메소드

public ExportOrchestrationOverviews ( IEnumerable omOrchestrations ) : void
omOrchestrations IEnumerable
리턴 void

ExportSchemaSources() 공개 메소드

public ExportSchemaSources ( IEnumerable omSchemas ) : void
omSchemas IEnumerable
리턴 void