ESRI.ArcGIS.ADF.ArcGISServer.Editor
AttributeDisplayInfoCollection Class
Members  See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace : AttributeDisplayInfoCollection Class




A collection of AttributeDisplayInfo objects.

Object Model

Syntax

Visual Basic (Declaration) 
<ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=True)>
<PersistChildrenAttribute(Persist=False, UsesCustomPersistence=False)>
<SerializableAttribute()>
Public Class AttributeDisplayInfoCollection 
   Inherits List(Of AttributeDisplayInfo)
Visual Basic (Usage)Copy Code
Dim instance As AttributeDisplayInfoCollection
C# 
[ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=true)]
[PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)]
[SerializableAttribute()]
public class AttributeDisplayInfoCollection : List<AttributeDisplayInfo> 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<AttributeDisplayInfo>
      ESRI.ArcGIS.ADF.ArcGISServer.Editor.AttributeDisplayInfoCollection

See Also

© 2010 All Rights Reserved.