IProjectMakerCSharpMacroNotifier
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ProjectMaker.IProjectMakerCSharpMacroNotifier
Kind: interface
Wcf service contract for working with “own c# code” action
Methods
NotifyCodeChanges
Method
void NotifyCodeChanges(string projectId, string actionId, string code)
set new code to action
Parameters
| Type | Name | Description |
|---|---|---|
string | projectId | |
string | actionId | |
string | code |