ESRI.ArcGIS.Mobile.Client
ValidationErrorsToStringConverter Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace : ValidationErrorsToStringConverter Class

Converts a collection of validation errors (e.g., the Validation.Errors attached property) to a string.

Syntax

Visual Basic (Declaration) 
<ValueConversionAttribute(SourceType=System.Collections.ObjectModel.ReadOnlyObservableCollection`1[System.Windows.Controls.ValidationError], 
   TargetType=System.String, 
   ParameterType=)>
Public Class ValidationErrorsToStringConverter 
   Inherits MarkupExtension
C# 
[ValueConversionAttribute(SourceType=System.Collections.ObjectModel.ReadOnlyObservableCollection`1[System.Windows.Controls.ValidationError], 
   TargetType=System.String, 
   ParameterType=)]
public class ValidationErrorsToStringConverter : MarkupExtension 

Inheritance Hierarchy

System.Object
   System.Windows.Markup.MarkupExtension
      ESRI.ArcGIS.Mobile.Client.ValueConverters.ValidationErrorsToStringConverter

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also