Builds and compiles the managed code snippet.
Navigation
- In AgilePoint Envision, open a process template.
- Navigate to the Advanced Extension stencil.
- On the Advanced Extension stencil, drag the
Managed Code C# AgileShape, and drop it on the process template.
- To view the entire list of properties, in the Design Tasks pane, click Show Properties.
- On the CodeSnippet field, click the Ellipses button.
Field Definitions
Field Name |
Definition |
Class Name List
|
- Definition:
- Specifies the list of classes in the managed C# code window.
- Allowed Values:
- Read only.
|
Method Name List
|
- Definition:
- Displays the list of methods in the selected class.
- Allowed Values:
- Read only.
|
Managed Code Snippet
|
- Definition:
- Specifies your C# code in the editor.
- Allowed Values:
- A valid C# code snippet.
- Default Value:
- None
- Custom Attributes:
- No
|
Errors
|
- Definition:
- Displays the list of errors identified during code complication.
- Allowed Values:
- Read only.
|