ESRI.ArcGIS.Mobile.Client
FeatureSourceInfoCollection Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : FeatureSourceInfoCollection Class


The following tables list the members exposed by FeatureSourceInfoCollection.

Public Properties

 NameDescription
Public PropertyAllowEdit (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Public PropertyAllowNew (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Public PropertyAllowRemove (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<FeatureSourceInfo>)
Public PropertyItemOverloaded.  Gets a FeatureSourceInfo with the passed-in name.  
Public PropertyRaiseListChangedEvents (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Top

Protected Properties

 NameDescription
Protected PropertyIsSortedCore (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<FeatureSourceInfo>)
Protected PropertySortDirectionCore (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected PropertySortPropertyCore (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected PropertySupportsChangeNotificationCore (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected PropertySupportsSearchingCore (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected PropertySupportsSortingCore (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Top

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<FeatureSourceInfo>)
Public MethodAddNew (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Public MethodCancelNew (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<FeatureSourceInfo>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<FeatureSourceInfo>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<FeatureSourceInfo>)
Public MethodEndNew (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<FeatureSourceInfo>)
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead.  
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<FeatureSourceInfo>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<FeatureSourceInfo>)
Public MethodReadJson Generates an object from its JSON representation.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<FeatureSourceInfo>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<FeatureSourceInfo>)
Public MethodResetBindings (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Public MethodResetItem (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Public MethodWriteJson Converts an object into its JSON representation.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

Protected Methods

 NameDescription
Protected MethodAddNewCore (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected MethodApplySortCore (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected MethodClearItems (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected MethodFindCore (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected MethodInsertItem (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected MethodOnAddingNew (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected MethodOnListChanged (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected MethodRemoveItem (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected MethodRemoveSortCore (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Protected MethodSetItem (Inherited from System.ComponentModel.BindingList<FeatureSourceInfo>)
Top

Public Events

 NameDescription
Public EventAddingNew (Inherited from System.ComponentModel.BindingList)
Public EventListChanged (Inherited from System.ComponentModel.BindingList)
Top

See Also