|  06.06.2007, 22:11 | #1 | 
| Участник | Dynamics AX: .Net BC Custom App, Part III - Container Object 
			
			Источник: http://dynamics-ax.blogspot.com/2007...container.html ============== Well now we have talked a bit about design let's look into some sample C# code that works with different objects from Dynamics AX. First I want to take an object that is used a lot most likely in code, and can be very useful. That is a Container Object. Working with an Container object from C#: <font color="blue"> AxaptaContainer axContainer; axContainer = (AxaptaContainer)objDAXCn.Call(StaticClassMethod"someClass","someStaticMethod",Var1,Var2,var3); for (int i = 1; i 
				__________________ Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. | 
|  | 
|  | 
| 
 |