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) | |
ChangeAgentType | Updates the Agent's properties after its Type has been changed. Properties of the old type are replaced by properties of the new type with any common values being retained. | |
Check | Check to see if a Agent is valid and the caller has the access desired. | |
ClearError | Clears the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject) | |
ClearModified | Overridden. Clear the modified flag of this Agent and all of the attached lists. | |
Clone | Clone the Agent | |
CompareTo | Compare two Agents. This compares the AgentName. | |
Delete | Overloaded. Delete the Agent definition. | |
Deploy | Deploy Agent | |
EndEdit | Ends an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject) | |
Exists | Overloaded. Test to determine if a given Agent exists on the default server. | |
Find | Returns a list of Agents that match the specified Agent name. | |
GetAccessControl | Overloaded. Gets a JobSecurity object that encapsulates the access control list (ACL) entries for the Job described by the current Job object. | |
Initialize | Initializes the Agent to default values. | |
Load | Overloaded. Load the Agent with the specified name from the specified JAMS Server. | |
ReadXml | Reads Agent values from XML | |
SaveAs | Save the Agent with a new name and/or server. | |
SetAccessControl | Applies access control list (ACL) entries described by a AgentSecurity object to the Agent described by the current Agent 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 | Convert a Agent to a String | |
UndoEdits | Overridden. Undo changes that have not been saved to the database. | |
Update | Overloaded. Save the Agent definition on the specified JAMS Server. | |
Validate | Overloaded. Overridden. Validate all properties. | |
WriteXml | Writes Agent values to XML |