This section describes the most significant project files.
The following files must be presented in the solution:
File Name |
Description/Notes |
---|---|
JASModel.xml |
This file is used to integrate a JIA project with a Jacada Agent Scripting (JAS) Interaction. For details, refer to JAS Integration. |
JASModel.Designer.cs |
A file generated automatically when JASModel.xml is saved. |
Repository.xml |
The xml file that represents automated applications and their controls. All controls should be added to this location. For details on how to add controls, refer to Working with the Repository. |
Repository.Designer.cs |
A file generated automatically when Repository.xml is saved. This file should not be edited, since all changes will be discarded. |
Service.cs |
A file that hosts all exposed services. This file is the starting point for project development. Refer to Sample Service.cs File for an example of a Service.cs file. |
To store custom configuration parameters, you can add a project configuration file by using standard C# techniques (found in MSDN).