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


The following tables list the members exposed by TileCacheMapLayerInfo.

Public Properties

 NameDescription
Public PropertyCacheDirectory Gets or sets the folder on the device that the cache will be stored.  
Public PropertyIsCacheByValue True if the cache folder is contained in the project itself  
Public PropertyName Gets the name. (Inherited from MapLayerInfo)
Public PropertyTileCacheMapLayer Gets or sets the TileCacheMapLayer that this info object represents.  
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 MethodInitializeOverridden.  Initializes the MapLayer.  
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)
Top

Public Events

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

See Also