ESRI.ArcGIS.Mobile.Client
SearchFeaturesTask Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.SearchFeatures Namespace : SearchFeaturesTask Class

SearchFeaturesTask is a Task that represents the starting point for the (multi-step) search workflow. The SearchFeaturesTask is completely non-visual and is responsible for creating and coordinating the display and navigation of multiple controls. Each of these controls represents a step in the workflow.

Object Model




Syntax

Visual Basic (Declaration) 
<CaptionAttribute("Search")>
Public Class SearchFeaturesTask 
   Inherits Task
   Implements IDynamicXmlSerializableIJsonSerializer 
C# 
[CaptionAttribute("Search")]
public class SearchFeaturesTask : Task, IDynamicXmlSerializableIJsonSerializer  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Extension
      ESRI.ArcGIS.Mobile.Client.ProjectExtension
         ESRI.ArcGIS.Mobile.Client.Task
            ESRI.ArcGIS.Mobile.Client.Tasks.SearchFeatures.SearchFeaturesTask

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