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


The following tables list the members exposed by FeatureActionItem.

Public Constructors

 NameDescription
Public ConstructorFeatureActionItem ConstructorOverloaded.  This constructor will throw an exception. It is not meant to be called. It needs to exist as a workaround for a Visual Studio bug. where we get a genasm error when building if it doesn't exist.  
Top

Public Properties

 NameDescription
Public PropertyAction Gets the action (Inherited from ESRI.ArcGIS.Mobile.Client.ActionItem<String, FeatureActionDelegate>)
Public PropertyID Gets the ID of the ActionItem. (Inherited from ESRI.ArcGIS.Mobile.Client.ActionItem<String, FeatureActionDelegate>)
Public PropertyItem Gets the item (Inherited from ESRI.ArcGIS.Mobile.Client.ActionItem<String, FeatureActionDelegate>)
Top

Public Methods

 NameDescription
Public MethodToString Returns a string representation of the object. (Inherited from ESRI.ArcGIS.Mobile.Client.ActionItem<String, FeatureActionDelegate>)
Top

See Also