Persistate API documentation
Validate Method
NamespacesPersistatePersistentValidate()()()()

[This is preliminary documentation and is subject to change.]

Allows inheritors to create a validation method for Persistent classes.
Declaration Syntax
C#
public virtual string Validate()
Return Value
If validation passes, this should return null. If validation fails, this should return the text of any error message to be shown. By default, this returns null.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)