C# Class Tp.MashupManager.MashupScriptStorageOperations

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

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

Private Methods

Méthode Description
Add ( PluginProfileErrorCollection errors, Exception e ) : PluginProfileErrorCollection

Method Details

Delete() public static méthode

public static Delete ( IMashupScriptStorage scriptStorage, string mashup ) : PluginProfileErrorCollection
scriptStorage IMashupScriptStorage
mashup string
Résultat PluginProfileErrorCollection

ReifyError() public static méthode

public static ReifyError ( System.Action action ) : PluginProfileErrorCollection
action System.Action
Résultat PluginProfileErrorCollection

Save() public static méthode

public static Save ( IMashupScriptStorage scriptStorage, Mashup mashup ) : PluginProfileErrorCollection
scriptStorage IMashupScriptStorage
mashup Mashup
Résultat PluginProfileErrorCollection