C# Class btswebdoc.CmdClient.AssetsExporter

Used for exporing all map, schema and orchestrations files
Mostra file Open project: riha/btswebdoc Class Usage Examples

Public Methods

Method Description
AssetsExporter ( string assestsExportPath ) : System
ExportMapSources ( IEnumerable omTransforms ) : void
ExportOrchestrationOverviews ( IEnumerable omOrchestrations ) : void
ExportSchemaSources ( IEnumerable omSchemas ) : void

Private Methods

Method Description
PersistEncodedXmlAssest ( string content, string filePath ) : void

Method Details

AssetsExporter() public method

public AssetsExporter ( string assestsExportPath ) : System
assestsExportPath string
return System

ExportMapSources() public method

public ExportMapSources ( IEnumerable omTransforms ) : void
omTransforms IEnumerable
return void

ExportOrchestrationOverviews() public method

public ExportOrchestrationOverviews ( IEnumerable omOrchestrations ) : void
omOrchestrations IEnumerable
return void

ExportSchemaSources() public method

public ExportSchemaSources ( IEnumerable omSchemas ) : void
omSchemas IEnumerable
return void