C# Class Tmx.Helpers.ImportExportHelper

Description of ImportExportHelper.
Datei anzeigen Open project: apetrovskiy/STUPS

Public Methods

Method Description
ExportTestSettings ( SettingsCmdletBase cmdlet, string path, string variableNames ) : void
ImportTestSettings ( ISettingsCmdletBaseDataObject cmdlet, string path, string variableNames ) : void

Method Details

ExportTestSettings() public static method

public static ExportTestSettings ( SettingsCmdletBase cmdlet, string path, string variableNames ) : void
cmdlet SettingsCmdletBase
path string
variableNames string
return void

ImportTestSettings() public static method

public static ImportTestSettings ( ISettingsCmdletBaseDataObject cmdlet, string path, string variableNames ) : void
cmdlet ISettingsCmdletBaseDataObject
path string
variableNames string
return void