EdgeRater stores managed code on your file system under the following folder:
{Documents}\EdgeRater\Selectors
There are two sub folders of this folder
{Documents}\EdgeRater\Selectors\Series
{Documents}\EdgeRater\Selectors\Event
The 'Series' folder stores security selectors and the 'Event' folder stores Rank selectors
You can open a windows explorer window at either of these locations by going to the Entries and Exits tab and using the ‘Open Windows Folder’ button in the ‘Managed Code’ pane.
The Open Windows Folder button in the Managed Code Library pane
This allows you to view, delete and rename the selector files. Selector filenames have the extension '.cs' indicating that they area C# (pronounced C Sharp) files.
The files that appear in the windows explorer window should also appear in the managed code selector pane. The selector pane will contain additional entries representing managed code selectors that do not have corresponding source files, but which are part of the EdgeRater application and cannot be edited by the end user.
Note: All file renaming and should be done using the windows explorer file system operations. Pressing the 'Refresh' button in the managed code library will synchronize the managed code pane with the file system.
Icon |
Name |
Description |
|
Open Windows Folder |
Opens windows explorer window positioned in the folder containing the highlighted selector or, if no selector is highlighted, at the parent 'selectors' folder. |
|
Refresh |
Refreshes the managed code library so that it is updated with any changes that have been made to the file system. Use this if you delete or rename a selector code file in the file system while EdgeRater is running. |
|
Delete |
Deletes the selected file from the managed code library and the Windows file system. Note that this operation cannot be undone. This button will only be enabled if the code is editable. |
|
New |
Creates a new managed code selector. An additional dialog will be presented allowing choice between a security selector and a rank selector. |
|
Edit |
Edits the managed code selector. The Code Editor will be displayed allowing editing and compilation of managed code. This button will only be enabled if the code is editable. |
Managed code library buttons