Источник:
http://sashanazarov.blogspot.com/201...or-script.html
==============
It may be boring to manualy create parm-methods for each an every class member variable, although there is an editor script for that. By the way, there is a bug-o-feature in AX 2012 editor, which does not allow you to select anything but an EDT for the variable type.
This is a script that auto-generates parm-methods for a class, based on its class declaration:
<span style="font-size: x-small;">static void createParmMethod(Args _args)
{
#AOT
ClassName className = classStr(MyClass); //