![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
IServerAction Interface | |
Members See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace : IServerAction Interface |
Visual Basic (Declaration) | |
---|---|
Public Interface IServerAction |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IServerAction |
C# | |
---|---|
public interface IServerAction |
IServerAction is the common interface implemented by several classes that handle server-side action for commands that operate on a map or page layout. Typically the server action is used by an item on a Toolbar, and the class that implements the server action is specified as the ServerActionClass of the toolbar item.
IServerAction actually is not implemented directly by classes. Instead, several interfaces implement IServerAction for specific types of tool or command functionality, and these interfaces are then implemented by classes. The interfaces that implement IServerAction are:
- IMapServerCommandAction - a server action for a Command button on a toolbar. The command operates on a Map.
- IMapServerDropDownBoxAction - a server action for a DropDownBox on a toolbar. The item operates on a Map.
- IPageServerCommandAction - a server action for a Command button on a toolbar. The command operates on a PageLayout.
- IPageServerDropDownBoxAction - a server action for a DropDownBox on a toolbar. The item operates on a PageLayout.
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