DevForce Help Reference
VerifierEngine.PropertyNameTranslator Delegate


Delegate that provides the mechanism to convert a "property" name into a displayable form.
Syntax
'Declaration
 
Public Delegate Function VerifierEngine.PropertyNameTranslator( _
   ByVal type As Type, _
   ByVal propertyName As String _
) As String
'Usage
 
Dim instance As New VerifierEngine.PropertyNameTranslator(AddressOf HandlerMethod)
public delegate string VerifierEngine.PropertyNameTranslator( 
   Type type,
   string propertyName
)

Parameters

type
propertyName
Remarks
See VerifierEngine.PropertyNameToDisplayNameTranslator for more information.
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

VerifierEngine.PropertyNameTranslator Members
IdeaBlade.Validation Namespace

Send Feedback