ESRI.ArcGIS.Mobile.Client
SelectTaskPage Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Pages Namespace : SelectTaskPage Class

Form that allows the user to select a Task.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class SelectTaskPage 
   Inherits Page
   Implements IPageIPage2 
C# 
public class SelectTaskPage : Page, IPageIPage2  

Remarks

SelectTaskPage is the "homepage" for a Project where a collection of Tasks are being listed. The SelectTaskPage contains both built-in Tasks that you picked when authoring the mobile project, and the new Tasks you develop as well. By default, a new task will be loaded after built-in tasks have been loaded, meaning that it will be put at the end of the Task list. The mobile application loads the collection of Tasks by their order in the amp file.

As a guideline for best practice, if you create a new task that guides user through a workflow to get certain work done, you should navigate users back to this SelectTaskPage once the task is completed.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     ESRI.ArcGIS.Mobile.Client.MobileForm
                        ESRI.ArcGIS.Mobile.Client.Page
                           ESRI.ArcGIS.Mobile.Client.Pages.SelectTaskPage

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Pages

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