ESRI.ArcGIS.Mobile
ReadOnlyColumnCollection Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : ReadOnlyColumnCollection Class


The following tables list the members exposed by ReadOnlyColumnCollection.

Public Properties

 NameDescription
Public PropertyCountGets the number of DataColumns in the DataColumnCollection.  
Public PropertyIsReadOnly Gets a value indicating whether the IList is read-only.  
Public PropertyIsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe).  
Public PropertyItemOverloaded.  Gets the column corresponding to the name.  
Public PropertySyncRoot Gets an object that can be used to synchronize access to the ICollection.  
Top

Public Methods

 NameDescription
Public MethodContainsOverloaded.  Determines whether the collection contains a specific value.  
Public MethodCopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index.  
Public MethodGetEnumerator Returns an enumerator that iterates through a collection.  
Public MethodIndexOfOverloaded.  Determines the index of a specific item in the IList.  
Public MethodToArray Returns the collection as an array.  
Top

See Also