Click to Rate and Give Feedback
MSDN
MSDN Library
Microsoft Dynamics
Reference
Classes
R Classes
 RFIDAction_Device::main Method

  Switch on low bandwidth view
Microsoft Dynamics AX 2009
RFIDAction_Device::main Method

Provides an entry point for the RFIDAction_Device class when it is called from a menu item.

client server public static void main(Args _args)

Called

Parameter

Description

_args

The arguments for the RFIDAction_Device class.

Use the main class design pattern whenever a class is called from a menu item. Do not call the main method explicitly from the code; call it implicitly from a menu item.

Typically, you would:

  • Instantiate the class by calling the static construct method.

  • Call the prompt method to create a dialog box.

  • Call the run method, if the user clicks OK in the dialog box.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker