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) | |
ChangeMethod | Updates the Job after its submit method has been changed. Properties and parameters of the old submit method are replaced by properties of the new submit method with any common values being retained. | |
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. | |
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. | |
GetDocumentation | Gets All Documentation based on inherited folders and job definition. | |
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. | |
ReadXml | Reads Job values from XML | |
ResetStatistics | Resets the Job's Statistics | |
ResetTriggers | Resets triggers on the job that match the passed name. If the name is null or empty, all of the job's triggers are reset. | |
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 | Undo changes. (Inherited from MVPSI.JAMS.BasePublicObject) | |
Update | Overloaded. Save updates to the JAMS Server | |
Validate | Overloaded. Overridden. Validate all properties. | |
WriteXml | Reads Job values from XML |