| Name | Description |
 | BeginEdit | Starts an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | CancelEdit | Cancels an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject) |
  | Check | Checks a Job against a JAMS Server. |
 | ClearError | Clears the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | ClearModified | Overridden. Clear the modified flag of this Job and all of the attached lists. |
 | Clone | Clone this Job. Clone always assumes that the new object might be saved on a different JAMS Server so it doesn't copy internal things like IDs. |
 | CompareTo | Implementation of IComparable CompareTo. Compares this instance to the one specified. |
 | Delete | Overloaded. Delete the Job definition. |
 | EndEdit | Ends an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | Equals | Checks for equality. |
  | Exists | Overloaded. Test to determine if a given Job exists on the default server. |
  | ExistsInPath | Test to determine if a Job can be found within the specified Folder's search path. |
  | Find | Overloaded. Returns a collection of jobs matching the given search string. |
 | ForceModified | Forces the job and all of the jobs's sub-objects to be marked as modified. |
 | GetAccessControl | Overloaded. Gets a JobSecurity object that encapsulates the access control list (ACL) entries for the Job described by the current Job object. |
 | GetHashCode | Returns a hashcode. |
 | Initialize | Initializes all properties to their default values. |
  | Load | Overloaded. Load a Job definition from the specified JAMS Server. |
 | MoveTo | Move the job to a different folder, removing it from the old location. |
 | ResetStatistics | Resets the Job's Statistics |
 | SaveAs | Save the Job with a new name and/or server. |
 | SetAccessControl | Applies access control list (ACL) entries described by a JobSecurity object to the Job described by the current Job object. |
 | SetError | Sets the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | SetModified | Marks the object as modified. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | ToString | Returns the string equivalent of this Job. |
 | UndoEdits | Overridden. Undo changes that have not been saved to the database. |
 | Update | Overloaded. Save updates to the JAMS Server |
 | Validate | Overloaded. Overridden. Validate all properties. |