The following tables list the members exposed by IEditJobSource.
Public Properties
| Name | Description |
| EditorControl | Gets the WinForms Control that knows how to edit the source code; |
| Job | Gets or sets the JAMS Job definition that is being edited. You must implement this property but, you don't have to do anything with the Job. This is only used to give you easy access to the Job. |
| SourceCode | Gets or sets the source code for this Job. |
Top
Public Methods
| Name | Description |
| SaveState | The JAMSDesktop client will call SaveState when closing a window. It is the editor's oportunity to save state. |
Top
Public Events
| Name | Description |
| SourceCodeChanged | An event handler that must be called any time your control changes the source code. If you don't implement this handler changes will be lost because it will appear that the source code has not been changed. |
Top
See Also