ESRI.ArcGIS.ADF.Web.DataSources
FieldInfoCollection Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace : FieldInfoCollection Class




Information on how a collection of fields are displayed.

Object Model

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class FieldInfoCollection 
   Inherits List(Of FieldInfo)
   Implements IJsonSerializable 
Visual Basic (Usage)Copy Code
Dim instance As FieldInfoCollection
C# 
[SerializableAttribute()]
public class FieldInfoCollection : List<FieldInfo>, IJsonSerializable  

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<FieldInfo>
      ESRI.ArcGIS.ADF.Web.DataSources.FieldInfoCollection

See Also

© 2010 All Rights Reserved.