Dictionary Class

The Dictionary class provides information about tables, extended data types, classes, and other items in the Microsoft Dynamics AX Application Object Tree (AOT).

Syntax

class Dictionary extends Object

Run On

Called

Methods

  Method Description
Gg842260.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif classCnt Indicates the number of classes in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif classCnt2Id Provides the ID of a specified class.
Gg842260.pubmethod(en-us,AX.60).gif classFlush Refreshes the classes in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif className Provides the name of a specified class.
Gg842260.pubmethod(en-us,AX.60).gif className2Id Provides the ID for a specified class, based on the class name.
Gg842260.pubmethod(en-us,AX.60).gif classNext Indicates the class that succeeds a specified class, based on the class IDs.
Gg842260.pubmethod(en-us,AX.60).gif classObject Provides information about a specified class by returning a DictClass object.
Gg842260.pubmethod(en-us,AX.60).gif configurationKeyCnt Indicates the number of configuration keys in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif configurationKeyCnt2Id Provides the ID of a specified configuration key.
Gg842260.pubmethod(en-us,AX.60).gif configurationKeyFlush Refreshes the configuration keys in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif configurationKeyName Provides the name of a specified configuration key.
Gg842260.pubmethod(en-us,AX.60).gif configurationKeyName2Id Provides the ID for a specified configuration key, based on the configuration key name.
Gg842260.pubmethod(en-us,AX.60).gif configurationKeyNext Indicates the configuration key that succeeds a specified configuration key, based on the configuration key IDs.
Gg842260.pubmethod(en-us,AX.60).gif configurationKeyObject Provides information about a specified configuration key by returning a DictConfigurationKey object.
Gg842260.pubmethod(en-us,AX.60).gif currentCompany Indicates the current company for which data is available in the database.
Gg842260.pubmethod(en-us,AX.60).gif enumCnt Indicates the number of enumeration types in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif enumCnt2Id Provides the ID of a specified enumeration type.
Gg842260.pubmethod(en-us,AX.60).gif enumFlush Refreshes the enumeration types in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif enumName Provides the name for a specified enumeration.
Gg842260.pubmethod(en-us,AX.60).gif enumName2Id Provides the ID of a specified enumeration, based on the name.
Gg842260.pubmethod(en-us,AX.60).gif enumNext Indicates the enumeration type that succeeds a specified enumeration type, based on the enumeration type IDs.
Gg842260.pubmethod(en-us,AX.60).gif enumObject Provides information about a specified enumeration by returning a DictEnum object.
Gg842260.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif licenseCodeCnt Indicates the number of license codes in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif licenseCodeCnt2Id Provides the ID of a specified license code.
Gg842260.pubmethod(en-us,AX.60).gif licenseCodeFlush Refreshes the license codes in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif licenseCodeName Provides the name of a specified license code.
Gg842260.pubmethod(en-us,AX.60).gif licenseCodeName2Id Provides the ID for a specified license code, based on the license code name.
Gg842260.pubmethod(en-us,AX.60).gif licenseCodeNext Indicates the license code that succeeds a specified license code, based on the license code IDs.
Gg842260.pubmethod(en-us,AX.60).gif licenseCodeObject Provides information about a specified license code by returning a DictLicenseCode object.
Gg842260.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Dictionary class. (Overrides the new Method.)
Gg842260.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif reloadSecurity Reloads the feature key system.
Gg842260.pubmethod(en-us,AX.60).gif securityKeyCnt Indicates the number of security keys in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif securityKeyCnt2Id Provides the ID of a specified security key.
Gg842260.pubmethod(en-us,AX.60).gif securityKeyFlush Refreshes the security keys in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif securityKeyName Gets the name of a specified security key.
Gg842260.pubmethod(en-us,AX.60).gif securityKeyName2Id Provides the ID for a specified security key, based on the security key name.
Gg842260.pubmethod(en-us,AX.60).gif securityKeyNext Indicates the security key that succeeds a specified security key, based on the security key IDs.
Gg842260.pubmethod(en-us,AX.60).gif securityKeyObject Provides information about a specified security key by returning a DictSecurityKey object.
Gg842260.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif tableCnt Indicates the number of tables in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif tableCnt2Id Provides the ID of a specified table.
Gg842260.pubmethod(en-us,AX.60).gif tableFlush Refreshes the tables in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif tableName Provides the name of a specified table.
Gg842260.pubmethod(en-us,AX.60).gif tableName2Id Provides the ID for a specified table, based on the table name.
Gg842260.pubmethod(en-us,AX.60).gif tableNext Indicates the table that succeeds a specified table, based on the table IDs.
Gg842260.pubmethod(en-us,AX.60).gif tableObject Provides information about a specified table by returning a DictTable object.
Gg842260.pubmethod(en-us,AX.60).gif tableSql Indicates whether a table is a SQL table.
Gg842260.pubmethod(en-us,AX.60).gif tableSystem Indicates whether a table is a system table.
Gg842260.pubmethod(en-us,AX.60).gif testCode
Gg842260.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif typeCnt Indicates the number of extended data types in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif typeCnt2Id Provides the ID of a specified extended data type.
Gg842260.pubmethod(en-us,AX.60).gif typeFlush Refreshes the extended data types in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif typeName Provides the name of a specified extended data type.
Gg842260.pubmethod(en-us,AX.60).gif typeName2Id Provides the ID for a specified extended data type, based on the extended data type name.
Gg842260.pubmethod(en-us,AX.60).gif typeNext Indicates the extended data type that succeeds a specified extended data type, based on the IDs.
Gg842260.pubmethod(en-us,AX.60).gif typeObject Provides information about a specified extended data type by returning a DictType object.
Gg842260.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg842260.pubmethod(en-us,AX.60).gif Gg842260.static(en-us,AX.60).gif ::aodFlush Refreshes the .aod file.
Gg842260.pubmethod(en-us,AX.60).gif Gg842260.static(en-us,AX.60).gif ::dataFlush Refreshes the table data in Microsoft Dynamics AX.
Gg842260.pubmethod(en-us,AX.60).gif Gg842260.static(en-us,AX.60).gif ::loginSettingsFlush Refreshes the logon settings for Microsoft Dynamics AX.

Top

Inheritance Hierarchy

Object Class
  Dictionary Class
    SysDictionary Class
    SysDictionaryFiltered Class