ArcGIS API for WPF - Library Reference
Validate Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace > FeatureValidationRule Class : Validate Method

value
The value from the binding target to check.
cultureInfo
The culture to use in this rule.
When overridden in a derived class, performs validation checks on a value.

Syntax

Visual Basic (Declaration) 
Public Overrides NotOverridable Function Validate( _
   ByVal value As Object, _
   ByVal cultureInfo As CultureInfo _
) As ValidationResult
C# 
public override ValidationResult Validate( 
   object value,
   CultureInfo cultureInfo
)

Parameters

value
The value from the binding target to check.
cultureInfo
The culture to use in this rule.

Return Value

A System.Windows.Controls.ValidationResult object.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.