JAMS Developer Guide
MethodAT Class Members
Properties  Methods  Events


MVPSI.JAMS Namespace : MethodAT Class

The following tables list the members exposed by MethodAT.

Public Constructors
 NameDescription
Public ConstructorCreate an new Method.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the change comment value for this execution method.  
Public PropertyGets or sets a description of this execution method.  
Public Property  
Public PropertyGets the edit assembly name property value  
Public PropertyGets the edit class name property value  
Public Property  
Public PropertyGets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets the value of the ExitCodeHandling property which defines how JAMS should interpret the exit code of a job.  
Public Property  
Public PropertyThe HasErrors property can be used to determine if the object has any errors. If the object needs to be validated, it is done before returning. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets the host assembly name property value  
Public PropertyGets the host class name property value  
Public PropertyIs this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyReturns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyA collection of the dynamic PropertyValues which are inherited by jobs that use this Method.  
Public PropertyGets the date and time that this Method was last changed.  
Public PropertyGets the user who last changed this Execution Method.  
Public PropertyGets the UTC date and time that this Method was last changed.  
Public PropertyGets the JAMS Server where this Method is stored.  
Public PropertyGets the unique Method ID.  
Public PropertyGets or sets the unique name for this JAMS Method.  
Public PropertyGets or sets the ID for the method type of this execution method.  
Public PropertyGets or sets the Method Type, which specifies how this method executes jobs.  
Public PropertyThe Modified property keeps track of modified state of this object. You cannot set the Modified property. If you modify the object, the modified property will be true until you end or cancel the update. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyThe NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. (Inherited from MVPSI.JAMS.BasePublicObject)
Public Property  
Public PropertyGets the list of Parameters for this Method.  
Public PropertyA collection of the dynamic PropertyValues for this instance of a Method.  
Public Property  
Public PropertyGets the start assembly name property value  
Public PropertyGets the start class name property value  
Public PropertyGets or sets the Template for this execution method.  
Public PropertyThe Validated property keeps track of the validation state of this object. If the object has been modified, Validated will be false until the object has been successfully validated by the Validate method. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyGets or sets the version for this execution method.  
Public PropertyGets the view assembly name property value  
Public Property  
Top
Public Methods
 NameDescription
Public MethodStarts an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodCancels an edit of this object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodUpdates the Method'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.  
Public MethodClears the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodClearModified is designed to be used internally and should not be called from end-user code. Call Update() which saves the modifications and then calls ClearModified. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodImplementation of ICloneable Clone.  
Public MethodImplementation of IComparable CompareTo. Compares this instance to the one specified.  
Public MethodEnds an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject)
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates and loads a new MethodList.  
Public MethodReturns a hashcode.  
Public MethodInitializes a Method to default values.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Load the Method with the specified name from the current JAMS Server.  
Public MethodReads the method audit trail values from XML  
Public MethodSets the error message for a property. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodMarks the object as modified. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodUndo changes. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodOverridden.   
Public MethodThe Validate method is a virtual method used to validate the object. The default implantation does no validation it simply marks the object as valid. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodWrites the method audit trail values to XML  
Top
Protected Methods
 NameDescription
Protected MethodAttempts to raise the PropertyChanged event (Inherited from MVPSI.JAMS.BasePublicObject)
Protected MethodAttempts to raise the PropertyChanging event (Inherited from MVPSI.JAMS.BasePublicObject)
Protected MethodSaveOriginal is called when an edit is about to begin. You override this method to save the original values. (Inherited from MVPSI.JAMS.BasePublicObject)
Top
Public Events
 NameDescription
Public EventEvent Handler for Property Changed Event (Inherited from MVPSI.JAMS.BasePublicObject)
Public EventEvent Handler for Property Changing Event (Inherited from MVPSI.JAMS.BasePublicObject)
Top
See Also

Reference

MethodAT Class
MVPSI.JAMS Namespace