Open Method from Aras - arasplm/ArasVSMethodPlugin GitHub Wiki
This command gives possibility open method from Aras Innovator and work with it in Visual Studio. Also, you can click button on Aras Innovator Ribbon
Figure 1. Open method from Aras Innovator button in ribbon
Figure 2. Open method Aras Innovator dialog
Number | Description |
---|---|
1 | Server URL of current connection |
2 | Database name of current connection |
3 | User login of current connection |
4 | Button for changing current connection |
5 | Selected method name |
6 | Button for selecting method from Aras Innovator |
7 | Selected method type. Only “Server” type is supported |
8 | Selected method language. Only CSharp is supported |
9 | Selected method template name. For default is “None” if not specified |
10 | Event data which will be applied for method |
11 | Comment of method |
12 | Selected method code preview |
13 | Identity which can execute method in Aras Innovator |
14 | Package definition where method defined |
15 | Combo box to change enable/disable state of code formatting |
16 | Cancel button. Close dialog |
17 | Ok button. Create method tree in Visual Studio using method information. |
Table 1: Description of Open method From Aras Innovator dialog
If click button for select method from Aras Innovator then Search dialog will be shown.
Figure 3. Search dialog from Open method from Aras Innovator command