MVPSI.JAMS Namespace : BasePublicObject Class |
The following tables list the members exposed by BasePublicObject.
Name | Description | |
---|---|---|
![]() | Error | Gets an error message that describes the errors in the object. |
![]() | HasErrors | The 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. |
![]() | InEdit | Is this object in the middle of an edit? |
![]() | Item | Returns any error messages currently associated with this column. |
![]() | Modified | The 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. |
![]() | NewObject | The NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. |
![]() | Validated | The 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. |
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. |
Name | Description | |
---|---|---|
![]() | RaisePropertyChanged | Attempts to raise the PropertyChanged event |
![]() | RaisePropertyChanging | Attempts to raise the PropertyChanging event |
![]() | SaveOriginal | SaveOriginal is called when an edit is about to begin. You override this method to save the original values. |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Event Handler for Property Changed Event |
![]() | PropertyChanging | Event Handler for Property Changing Event |