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




The following tables list the members exposed by FieldInfoCollection.

Public Constructors

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.Generic.List<FieldInfo>)
Public PropertyCount (Inherited from System.Collections.Generic.List<FieldInfo>)
Public PropertyDisplayField The primary display field. This field is used as the title of a record when no title expression is set. If primary display field is not set, it is calculated to be a column called 'name', whose name contains 'name' or the first string column or the first column.  
Public PropertyFieldNames The names of the fields in the collection.  
Public PropertyItem (Inherited from System.Collections.Generic.List<FieldInfo>)
Top

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodAddRange (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodApply Applies information stored in field infos to the columns of the table  
Public MethodAsReadOnly (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodBinarySearchOverloaded.  (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodClear (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodClone Clones this instance.  
Public MethodCompareFieldNames Compares the current collection with an input FieldInfoCollection.  
Public MethodContains (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodConvertAll (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodExists (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodFindOverloaded.  Finds the FieldInfo object with the specified field name.  
Public MethodFindAll (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodFindIndexOverloaded.  (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodFindLast (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodFindLastIndexOverloaded.  (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodForEach (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodFromJson Populates properties using JSON string.  
Public MethodGetDefaultContents Outputs the field information as an HTML table.  
Public MethodGetDefaultTitle Gets a default title for the collection. Uses the DisplayField if available, otherwise looks for a name field, or the first string type column.  
Public MethodGetEnumerator (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodGetRange (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodInsert (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodInsertRange (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodLastIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodRemove (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodRemoveAll (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodRemoveAt (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodRemoveRange (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodReverseOverloaded.  (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodSortOverloaded.  (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodToArray (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodToJson Serializes to JSON.  
Public MethodTrimExcess (Inherited from System.Collections.Generic.List<FieldInfo>)
Public MethodTrueForAll (Inherited from System.Collections.Generic.List<FieldInfo>)
Top

See Also

© 2010 All Rights Reserved.