ESRI.ArcGIS.Mobile.Client
IFeatureActionPage Interface Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : IFeatureActionPage Interface


The following tables list the members exposed by IFeatureActionPage.

Public Properties

 NameDescription
 PropertyAllowAttributeEditing Returns a value that indicates whether attribute editing makes sense from this page.  
 PropertyFeatures Gets the collection of Features in the IFeatureActionPage  
Top

Public Methods

 NameDescription
 MethodBrowseOnMap Browses the features on the map.  
 MethodNotifyCancelledEditsOnSelectedFeature This method is called on the page when a FeatureAction cancels edits on a feature from the collection.  
 MethodNotifySelectedFeatureDeleted This method is called on the page when a FeatureAction deletes a feature.  
 MethodNotifySelectedFeatureRemoved This method is called on the page when a FeatureAction removes a feature from the collection.  
 MethodSupportsSystemFeatureAction Returns a value indicating whether a SystemFeatureActionType is supported  
Top

See Also