DevForce Help Reference
CanVerifyBefore Method


Determines if verifiers should be executed before a property value is set.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function CanVerifyBefore( _
   ByVal options As VerifierSetterOptions _
) As Boolean
'Usage
 
Dim options As VerifierSetterOptions
Dim value As Boolean
 
value = VerifierSetterOptionsFns.CanVerifyBefore(options)
[Extension()]
public static bool CanVerifyBefore( 
   VerifierSetterOptions options
)

Parameters

options
Remarks
Returns true if the VerifierSetterOptions.BeforeSet flag is on for the current VerifierSetterOptions.

The default implementation in the SetterInterceptor for an EntityProperty will execute any registered BeforeSet verifiers if true.

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

VerifierSetterOptionsFns Class
VerifierSetterOptionsFns Members

Send Feedback