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


The following tables list the members exposed by FeatureServiceMapLayerInfo.

Public Properties

 NameDescription
Public PropertyCacheDirectory Gets the name of the directory containing the mobile cache. (Inherited from CacheMapLayerInfo)
Public PropertyFeatureServiceConnection Gets the associated mobile service connection.  
Public PropertyFeatureSourceInfos Gets or sets the collection of FeatureSourceInfos that are part of the mobile cache. (Inherited from CacheMapLayerInfo)
Public PropertyHasServiceOverridden.  True if the layer has valid Feature service  
Public PropertyMobileCache Gets the associated mobile cache. (Inherited from CacheMapLayerInfo)
Public PropertyMobileCacheMapLayer Gets or sets the MobileCacheMapLayer that this info object represents. (Inherited from CacheMapLayerInfo)
Public PropertyName Gets the name. (Inherited from MapLayerInfo)
Public PropertyUrlOverridden.  If HasService will return the Feature Service Url  
Public PropertyVisible Gets or sets the flag indicating whether or not the map layer is visible. (Inherited from MapLayerInfo)
Top

Public Methods

 NameDescription
Public MethodAddToMap Adds the MapLayer to the specified IMap. (Inherited from CacheMapLayerInfo)
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. (Inherited from MapLayerInfo)
Public MethodInitializeOverridden.  Initializes the MapLayer.  
Public MethodReadJsonOverridden.  Generates an object from its JSON representation.  
Public MethodReadXml Generates an object from its XML representation. (Inherited from CacheMapLayerInfo)
Public MethodUninitializeOverridden.  Uninitializes the MapLayer.  
Public MethodWriteJsonOverridden.  Converts an object into its JSON representation.  
Public MethodWriteXml Converts an object into its XML representation. (Inherited from CacheMapLayerInfo)
Top

Protected Methods

 NameDescription
Protected MethodNotifyPropertyChanged Called when changing the value of a property. (Inherited from MapLayerInfo)
Protected MethodOnMobileCacheOpened Raise when cache is opened (Inherited from CacheMapLayerInfo)
Top

Public Events

 NameDescription
Public EventPropertyChanged Raise this event when the value of a property is changed. (Inherited from MapLayerInfo)
Top

See Also