ESRI.ArcGIS.ADF.Web.UI.WebControls
GISResourceItemDependency Constructor(Type,String,Type,String)
See Also 
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 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.

See Also

© 2010 All Rights Reserved.