ESRI.ArcGIS.ADF.Web.DataSources
DataSourceDefinerInfo Constructor(UIParameter,UIParameter,UIParameter,UIParameter,UIParameter,Boolean,String,String,String)
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > DataSourceDefinerInfo Class > DataSourceDefinerInfo Constructor : DataSourceDefinerInfo Constructor(UIParameter,UIParameter,UIParameter,UIParameter,UIParameter,Boolean,String,String,String)




dataSourceDefinition
Information about the datasource definition parameter
identity
Information about the identity parameter
identityUserName
Information about the identity username parameter
identityPassword
Information about the identity password parameter
identityDomain
Information about the identity domain parameter
identityOptional
Whether identity is optional
identityOptionalText
The text for accessing the optional identity section
addButtonText
The text for the Add button.
cancelButtonText
The text for the Cancel button.
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dataSourceDefinition As UIParameter, _
   ByVal identity As UIParameter, _
   ByVal identityUserName As UIParameter, _
   ByVal identityPassword As UIParameter, _
   ByVal identityDomain As UIParameter, _
   ByVal identityOptional As Boolean, _
   ByVal identityOptionalText As String, _
   ByVal addButtonText As String, _
   ByVal cancelButtonText As String _
)
Visual Basic (Usage)Copy Code
Dim dataSourceDefinition As UIParameter
Dim identity As UIParameter
Dim identityUserName As UIParameter
Dim identityPassword As UIParameter
Dim identityDomain As UIParameter
Dim identityOptional As Boolean
Dim identityOptionalText As String
Dim addButtonText As String
Dim cancelButtonText As String
 
Dim instance As DataSourceDefinerInfo(dataSourceDefinition, identity, identityUserName, identityPassword, identityDomain, identityOptional, identityOptionalText, addButtonText, cancelButtonText)
C# 
public DataSourceDefinerInfo( 
   UIParameter dataSourceDefinition,
   UIParameter identity,
   UIParameter identityUserName,
   UIParameter identityPassword,
   UIParameter identityDomain,
   bool identityOptional,
   string identityOptionalText,
   string addButtonText,
   string cancelButtonText
)

Parameters

dataSourceDefinition
Information about the datasource definition parameter
identity
Information about the identity parameter
identityUserName
Information about the identity username parameter
identityPassword
Information about the identity password parameter
identityDomain
Information about the identity domain parameter
identityOptional
Whether identity is optional
identityOptionalText
The text for accessing the optional identity section
addButtonText
The text for the Add button.
cancelButtonText
The text for the Cancel button.

See Also

© 2010 All Rights Reserved.