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


The following tables list the members exposed by MapLayerInfo.

Public Properties

 NameDescription
Public PropertyName Gets the name.  
Public PropertyVisible Gets or sets the flag indicating whether or not the map layer is visible.  
Top

Public Methods

 NameDescription
Public MethodAddToMap 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.  
Public MethodInitialize Initializes the MapLayer.  
Public MethodReadJson Generates an object from its JSON representation.  
Public MethodReadXml Generates an object from its XML representation.  
Public MethodUninitialize Uninitializes the MapLayer.  
Public MethodWriteJson Converts an object into its JSON representation.  
Public MethodWriteXml Converts an object into its XML representation.  
Top

Protected Methods

 NameDescription
Protected MethodNotifyPropertyChanged Called when changing the value of a property.  
Top

Public Events

 NameDescription
Public EventPropertyChanged Raise this event when the value of a property is changed.  
Top

See Also