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


The following tables list the members exposed by TileServiceMapLayerInfo.

Public Properties

 NameDescription
Public PropertyName Gets the name. (Inherited from MapLayerInfo)
Public PropertyTileServiceMapLayer Gets or sets the TileServiceMapLayer that this info object represents.  
Public PropertyUrl Gets or sets the Url of the Cached Map Service.  
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