AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 15.12.2007, 01:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
axStart: program type save against AX
Источник: http://axstart.spaces.live.com/Blog/...C0A0!178.entry
==============

download AXbanchmark
Even with AX doNet integration our Ax CLR acts like a black box. You have a basic set of options, with can be used.
It would be better if you could programme type save against the AOT.

Perhaps I have found something that can do the trick for you. If we take a close look at the AXBeanchmark project. We see a CLR with the name AxaptaObjectModel. If we add this in our C# project.


We have an ability to look strait into the AOT.


We select the Dynamics AX Object Wrapper, we fill in the needed parameters, and we can look into the AOT.

In my example I select the custTable. Next it will create a .cs file for every used object in the custtable. Every method has a same method in C# So an update method on the custTable will end op like this:
X++:
public override void RecMethUpdate()
        {
            try
            {
                _axaptaRecordAdapter.Update();
            }
            catch (AxaptaObjectModelException ex)
            {
                throw new AxaptaObjectModelException("Error... ", ex);
            }
        }
The AXBanchmark tool is original posted at partner source.
download AXbanchmark

Источник: http://axstart.spaces.live.com/Blog/...C0A0!178.entry
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
axStart: Type Save C# Ax 2009 integration Blog bot DAX Blogs 0 02.01.2009 15:05
axStart: Please keep the AOT reports in Dynamics AX next release alive Blog bot DAX Blogs 2 13.12.2008 12:18
axStart: Dynamics AX and Office Business Applications (OBA) Blog bot DAX Blogs 0 27.10.2008 16:05
axStart: Microsoft Dynamics AX 2009 Hot Topics Web Seminar Series Blog bot DAX Blogs 0 06.08.2008 12:05
Arijit Basu: AX 2009 - Quick Overview Blog bot DAX Blogs 4 19.05.2008 14:47

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 20:51.