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

Converts a ProjectFile into a boolean, returning true if the ProjectFile is the same project currently open (i.e., MobileApplication.Current.Project).

Syntax

Visual Basic (Declaration) 
<ValueConversionAttribute(SourceType=ESRI.ArcGIS.Mobile.Client.ProjectFile, 
   TargetType=System.Boolean, 
   ParameterType=)>
Public Class IsCurrentProjectToBooleanConverter 
C# 
[ValueConversionAttribute(SourceType=ESRI.ArcGIS.Mobile.Client.ProjectFile, 
   TargetType=System.Boolean, 
   ParameterType=)]
public class IsCurrentProjectToBooleanConverter 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.ValueConverters.IsCurrentProjectToBooleanConverter

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