ESRI.ArcGIS.ADF.Web.UI.WebControls
GISResourceItemDependency Constructor(Type,String,Type,String)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > GISResourceItemDependency Class > GISResourceItemDependency Constructor : GISResourceItemDependency Constructor(Type,String,Type,String)




itemType
The System.Type of the GIS resource.
itemName
The name of the GIS resource.
managerType
The type of resource manager that contains the GIS resource.
managerName
The name of resource manager that contains the GIS resource.
Constructs a new instance of GISResourceItemDependency.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal itemType As Type, _
   ByVal itemName As String, _
   ByVal managerType As Type, _
   ByVal managerName As String _
)
Visual Basic (Usage)Copy Code
Dim itemType As Type
Dim itemName As String
Dim managerType As Type
Dim managerName As String
 
Dim instance As New GISResourceItemDependency(itemType, itemName, managerType, managerName)
C# 
public GISResourceItemDependency( 
   Type itemType,
   string itemName,
   Type managerType,
   string managerName
)

Parameters

itemType
The System.Type of the GIS resource.
itemName
The name of the GIS resource.
managerType
The type of resource manager that contains the GIS resource.
managerName
The name of resource manager that contains the GIS resource.

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.