DevForce Help Reference
ValidateSave Method


May be overridden to perform any validation logic before the save is submitted.
Syntax
'Declaration
 
Protected Overridable Function ValidateSave() As Boolean
'Usage
 
Dim instance As EntityServerSaveInterceptor
Dim value As Boolean
 
value = instance.ValidateSave()
protected virtual bool ValidateSave()
Remarks
The VerifierEngine used for validation is thread-safe and is shared across all Save operations.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityServerSaveInterceptor Class
EntityServerSaveInterceptor Members

Send Feedback