C# Class btswebdoc.CmdClient.AssetsExporter

Used for exporing all map, schema and orchestrations files
Afficher le fichier Open project: riha/btswebdoc Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
PersistEncodedXmlAssest ( string content, string filePath ) : void

Method Details

AssetsExporter() public méthode

public AssetsExporter ( string assestsExportPath ) : System
assestsExportPath string
Résultat System

ExportMapSources() public méthode

public ExportMapSources ( IEnumerable omTransforms ) : void
omTransforms IEnumerable
Résultat void

ExportOrchestrationOverviews() public méthode

public ExportOrchestrationOverviews ( IEnumerable omOrchestrations ) : void
omOrchestrations IEnumerable
Résultat void

ExportSchemaSources() public méthode

public ExportSchemaSources ( IEnumerable omSchemas ) : void
omSchemas IEnumerable
Résultat void