AXForum  
Zurück   AXForum > Microsoft Dynamics AX > DAX: Программирование
All
Kennwort vergessen?
Registrieren Forum Rules Hilfe Benutzerliste Heutige Beiträge Suchen

 
 
Themen-Optionen Thema durchsuchen Ansicht
Alt 15.10.2005, 02:57   #1  
gb ist offline
gb
Участник
 
42 / 15 (1) ++
Registriert seit: 31.03.2005
Quick question.
Why icons for a few classes at the bottom of the class' list are different?
Classes like Session,Application, Info, Company,..

Thank you,
gb
Alt 15.10.2005, 03:04   #2  
mazzy ist offline
mazzy
Участник
Benutzerbild von mazzy
Лучший по профессии 2015
Лучший по профессии 2014
Лучший по профессии AXAWARD 2013
Лучший по профессии 2011
Лучший по профессии 2009
 
29.472 / 4494 (208) ++++++++++
Registriert seit: 29.11.2001
Ort: Москва
Blog-Einträge: 10
it's fundamental classes.

See Developer's Guide, topic "Using the fundamental classes"
Zitat:
The fundamental application classes in Microsoft Axapta are listed at the bottom of the Classes list in the Application Object Tree. To indicate that the classes are special, their icons differ from that of the other classes.

Most classes have a global variable used to access the class. The global variables need no variable declaration and are pre-instantiated.

The classes each serves a different purpose and the extent to which you will need to use them vary.

Using the classes, you should
  • Always use the application classes rather than use the system classes directly.
  • Use the variables to access the classes.
  • Never instantiate the classes.
  • The Session class must be new'ed, though.
  • Specify the class name to access static methods.
__________________
полезное на axForum, github, vk, coub.
 


Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Gehe zu

Рейтинг@Mail.ru
Alle Zeitangaben in WEZ +3. Es ist jetzt 19:38 Uhr.
Powered by vBulletin® Version 3.8.5 (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.