JAMS Developer Guide
Entry Class Methods


MVPSI.JAMS Namespace : Entry Class

For a list of all members of this type, see Entry members.

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 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 Method/// Implementation of IComparable. Compares two Entry objects.  
Public MethodOverloaded. Abort or delete this entry.  
Public MethodEnds an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject)
Public Methodstatic (Shared in Visual Basic)Creates and loads an EntryList collection.  
Public MethodOverloaded. Holds this entry until released.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Load an Entry.  
Public MethodOverloaded. Releases this entry from one or more of it's scheduling requirements.  
Public Methodstatic (Shared in Visual Basic)Reprocesses the completion of the specified entry.  
Public Methodstatic (Shared in Visual Basic)Reschedules the entry.  
Public MethodOverloaded. Restarts an executing entry.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Restores a serialized object from the database.  
Public MethodOverloaded. Saves a serialized object to the database for this entry.  
Public MethodOverloaded. Sends data to the entry. The exact results produced by calling SendData are defined by the execution method. For example, calling SendData for a Workflow will resume the a bookmark named dataName, passing it the dataValue.  
Public MethodOverloaded. Sets the JobStatus, Icon, and Message of the current entry as well as if the Icon change is permanent.  
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 MethodOverloaded. Sets the current status of the entry. This status is displayed in the monitor view.  
Public MethodString representation of an Entry currently in the schedule.  
Public MethodOverridden. Throws a NotSupportedException, you cannot edit an Entry.  
Public MethodOverridden. Throws a NotSupportedException, you cannot edit an Entry.  
Public MethodUpdates the entry's elements.  
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 MethodUpdate the source of this entry.  
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
See Also

Reference

Entry Class
MVPSI.JAMS Namespace