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


The following tables list the members exposed by CacheMapLayerInfo.

Public Properties

 NameDescription
Public PropertyCacheDirectory Gets the name of the directory containing the mobile cache.  
Public PropertyFeatureSourceInfos Gets or sets the collection of FeatureSourceInfos that are part of the mobile cache.  
Public PropertyHasService True if the cache layer valid service  
Public PropertyMobileCache Gets the associated mobile cache.  
Public PropertyMobileCacheMapLayer Gets or sets the MobileCacheMapLayer that this info object represents.  
Public PropertyName Gets the name. (Inherited from MapLayerInfo)
Public PropertyUrl If HasService will return the 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 MethodAddToMapOverridden.  Adds the MapLayer to the specified IMap.  
Public MethodGetSchema This method is reserved, it should not be used. Apply the XmlSchemaProviderAttribute to the class instead. (Inherited from MapLayerInfo)
Public MethodInitialize Initializes the MapLayer. (Inherited from MapLayerInfo)
Public MethodReadJsonOverridden.  Generates an object from its JSON representation.  
Public MethodReadXmlOverridden.  Generates an object from its XML representation.  
Public MethodUninitializeOverridden.  Uninitializes the MapLayer.  
Public MethodWriteJsonOverridden.  Converts an object into its JSON representation.  
Public MethodWriteXmlOverridden.  Converts an object into its XML representation.  
Top

Protected Methods

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

Public Events

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

See Also