[This is preliminary documentation and subject to change.]
Required functionality for the framework to perform object validation
For a list of all members of this type, see IValidation Members.
| Type | Description |
|---|---|
| PersistentObject | The abstract class from which all persistent objects must inherit. |
The IsValid method is called during the persisting of an object to determine if it can be saved or not, and the IsValidToDelete method is called during object deletion. If the methods return false then the object cannot be persisted or deleted as appropriate.
If the interface is not implemented the framework assumes that the object is valid
Namespace: AtomsFramework
Assembly: AtomsFramework (in AtomsFramework.dll)
IValidation Members | AtomsFramework Namespace