JAMS Developer Guide
Param Class Methods


MVPSI.JAMS Namespace : Param Class

For a list of all members of this type, see Param 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 MethodClone the Parameter. Clone always assumes that the new object might be saved on a different JAMS server so it doesn't copy internal information such as IDs.  
Public MethodImplementation of IComparable CompareTo. Compares this instance to the one specified.  
Public Methodstatic (Shared in Visual Basic)Returns a new Param  
Public MethodEnds an edit of this object. Any changes are saved. (Inherited from MVPSI.JAMS.BasePublicObject)
Public MethodInitializes all Param properties to their default values.  
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 MethodReturns a string representation of this Parameter.  
Public MethodOverridden. Undo changes that have not been saved to the database.  
Public MethodOverridden. Save pending updates.  
Public MethodOverloaded. Overridden. Validate all properties.  
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 MethodOverridden. Save the original values incase we have to Undo.  
Top
See Also

Reference

Param Class
MVPSI.JAMS Namespace