C# 클래스 Tp.MashupManager.MashupScriptStorageOperations

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
Delete ( IMashupScriptStorage scriptStorage, string mashup ) : PluginProfileErrorCollection
ReifyError ( System.Action action ) : PluginProfileErrorCollection
Save ( IMashupScriptStorage scriptStorage, Mashup mashup ) : PluginProfileErrorCollection

비공개 메소드들

메소드 설명
Add ( PluginProfileErrorCollection errors, Exception e ) : PluginProfileErrorCollection

메소드 상세

Delete() 공개 정적인 메소드

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

ReifyError() 공개 정적인 메소드

public static ReifyError ( System.Action action ) : PluginProfileErrorCollection
action System.Action
리턴 PluginProfileErrorCollection

Save() 공개 정적인 메소드

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