Property | Type | Description | |
---|---|---|---|
AddMashupNameToPlugin | void | ||
CompleteWithNotChangedOriginFiles | void | ||
DeleteMashupNameToPlugin | void | ||
GetUniqueMashupName | string | ||
UpdateInternal | PluginProfileErrorCollection | ||
UpdateProfile | void |
Method | Description | |
---|---|---|
Add ( Mashup dto, bool generateUniqueName ) : PluginProfileErrorCollection | ||
Delete ( string name ) : PluginProfileErrorCollection | ||
MashupInfoRepository ( ILogManager logManager, IPluginContext context, ITpBus bus, IMashupScriptStorage scriptStorage ) : System | ||
Update ( UpdateMashupCommandArg commandArg ) : PluginProfileErrorCollection |
Method | Description | |
---|---|---|
AddMashupNameToPlugin ( string name ) : void | ||
CompleteWithNotChangedOriginFiles ( UpdateMashupCommandArg commandArg ) : void | ||
DeleteMashupNameToPlugin ( string name ) : void | ||
GetUniqueMashupName ( string mashupName ) : string | ||
UpdateInternal ( UpdateMashupCommandArg commandArg ) : PluginProfileErrorCollection | ||
UpdateProfile ( MashupManagerProfile managerProfile ) : void |
public Add ( Mashup dto, bool generateUniqueName ) : PluginProfileErrorCollection | ||
dto | Mashup | |
generateUniqueName | bool | |
return | PluginProfileErrorCollection |
public Delete ( string name ) : PluginProfileErrorCollection | ||
name | string | |
return | PluginProfileErrorCollection |
public MashupInfoRepository ( ILogManager logManager, IPluginContext context, ITpBus bus, IMashupScriptStorage scriptStorage ) : System | ||
logManager | ILogManager | |
context | IPluginContext | |
bus | ITpBus | |
scriptStorage | IMashupScriptStorage | |
return | System |
public Update ( UpdateMashupCommandArg commandArg ) : PluginProfileErrorCollection | ||
commandArg | UpdateMashupCommandArg | |
return | PluginProfileErrorCollection |