ESRI.ArcGIS.Mobile.Client
MobileCacheMapLayerInfo Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : MobileCacheMapLayerInfo Class

Class that contains information about a MobileCache for Xml Serialization purposes.

Object Model


Syntax

Visual Basic (Declaration) 
<XmlRootAttribute("MobileCache")>
Public Class MobileCacheMapLayerInfo 
   Inherits CacheMapLayerInfo
   Implements IJsonSerializer 
C# 
[XmlRootAttribute("MobileCache")]
public class MobileCacheMapLayerInfo : CacheMapLayerInfo, IJsonSerializer  

Remarks

CacheMapLayerInfo provides information for a mobile service that's used in a project. Through MobileCacheMapLayerInfo, you can get a collection of FeatureSourceInfo. For more details, see FeatureSourceInfo.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.MapLayerInfo
      ESRI.ArcGIS.Mobile.Client.CacheMapLayerInfo
         ESRI.ArcGIS.Mobile.Client.MobileCacheMapLayerInfo

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also