C# Class Tp.MashupManager.MashupScriptStorageOperations

显示文件 Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
Delete ( IMashupScriptStorage scriptStorage, string mashup ) : PluginProfileErrorCollection
ReifyError ( System.Action action ) : PluginProfileErrorCollection
Save ( IMashupScriptStorage scriptStorage, Mashup mashup ) : PluginProfileErrorCollection

Private Methods

Method Description
Add ( PluginProfileErrorCollection errors, Exception e ) : PluginProfileErrorCollection

Method Details

Delete() public static method

public static Delete ( IMashupScriptStorage scriptStorage, string mashup ) : PluginProfileErrorCollection
scriptStorage IMashupScriptStorage
mashup string
return PluginProfileErrorCollection

ReifyError() public static method

public static ReifyError ( System.Action action ) : PluginProfileErrorCollection
action System.Action
return PluginProfileErrorCollection

Save() public static method

public static Save ( IMashupScriptStorage scriptStorage, Mashup mashup ) : PluginProfileErrorCollection
scriptStorage IMashupScriptStorage
mashup Mashup
return PluginProfileErrorCollection