ESRI.ArcGIS.ADF.Tasks
FormEntryEditorForm Constructor
See Also  Send Feedback
ESRI.ArcGIS.ADF.Tasks.Design.Editors Namespace > FormEntryEditorForm Class : FormEntryEditorForm Constructor




formEntryToLoad
The form entry object to load.
fieldsToLoad
The fields to display in the drop-down list of fields.
iqf
The query functionality used by the query task.
layerID
ID of the layer to query.
Creates a new instance of the form entry editor form.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal formEntryToLoad As FormEntry, _
   ByVal fieldsToLoad() As String, _
   ByVal iqf As ESRI.ArcGIS.ADF.Web.DataSources.IQueryFunctionality, _
   ByVal layerID As String _
)
Visual Basic (Usage)Copy Code
Dim formEntryToLoad As FormEntry
Dim fieldsToLoad() As String
Dim iqf As ESRI.ArcGIS.ADF.Web.DataSources.IQueryFunctionality
Dim layerID As String
 
Dim instance As New FormEntryEditorForm(formEntryToLoad, fieldsToLoad, iqf, layerID)
C# 
public FormEntryEditorForm( 
   FormEntry formEntryToLoad,
   string[] fieldsToLoad,
   ESRI.ArcGIS.ADF.Web.DataSources.IQueryFunctionality iqf,
   string layerID
)

Parameters

formEntryToLoad
The form entry object to load.
fieldsToLoad
The fields to display in the drop-down list of fields.
iqf
The query functionality used by the query task.
layerID
ID of the layer to query.

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

© 2011 All Rights Reserved.