ESRI.ArcGIS.Mobile.Client
WorkListTask Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Tasks.WorkList Namespace : WorkListTask Class

Task that brings up the Work List

Object Model


Syntax

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

Remarks

WorkListTask is provided by mobile application as a built-in Task, and can optionally be removed from mobile project using Mobile Project Center. WorkListTask is designed for holding a collection of Features that need field crew's attention. For example, it may hold a list of Features that need inspection on the field.

For other built-in Tasks, see ViewMapTask, CollectFeaturesTask, SearchFeaturesTask, SynchronizeTask.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.Extension
      ESRI.ArcGIS.Mobile.Client.ProjectExtension
         ESRI.ArcGIS.Mobile.Client.Task
            ESRI.ArcGIS.Mobile.Client.Tasks.WorkList.WorkListTask

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Tasks.WorkList

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

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also