Name | Description | |
---|---|---|
BeginEdit | Starts an edit of this object. | |
CancelEdit | Cancels an edit of this object. | |
CheckServerVersion | Checks the server's version against the one specified. | |
ClearError | Clears the error message for a property. | |
ClearModified | ClearModified 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. | |
EndEdit | Ends an edit of this object. Any changes are saved. | |
SetError | Sets the error message for a property. | |
SetModified | Marks the object as modified. | |
UndoEdits | Undo changes. | |
Update | Save the changes to the object. | |
Validate | The Validate method is a virtual method used to validate the object. The default implantation does no validation it simply marks the object as valid. |