Share via


SysDictionary Class [AX 2012]

Syntax

class SysDictionary extends Dictionary implements SysDictXmlReflectionProvider

Run On

Called

Methods

  Method Description
Gg947503.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg947503.pubmethod(en-us,AX.60).gif classCnt Indicates the number of classes in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif classCnt2Id Provides the ID of a specified class. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif classes
Gg947503.pubmethod(en-us,AX.60).gif classFlush Refreshes the classes in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif className Provides the name of a specified class. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif className2Id Provides the ID for a specified class, based on the class name. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif classNext Indicates the class that succeeds a specified class, based on the class IDs. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif classObject Provides information about a specified class by returning a DictClass object. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif configurationKeyCnt Indicates the number of configuration keys in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif configurationKeyCnt2Id Provides the ID of a specified configuration key. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif configurationKeyFlush Refreshes the configuration keys in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif configurationKeyName Provides the name of a specified configuration key. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif configurationKeyName2Id Provides the ID for a specified configuration key, based on the configuration key name. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif configurationKeyNext Indicates the configuration key that succeeds a specified configuration key, based on the configuration key IDs. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif configurationKeyObject Provides information about a specified configuration key by returning a DictConfigurationKey object. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif configurationKeys
Gg947503.pubmethod(en-us,AX.60).gif currentCompany Indicates the current company for which data is available in the database. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif enumCnt Indicates the number of enumeration types in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif enumCnt2Id Provides the ID of a specified enumeration type. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif enumFlush Refreshes the enumeration types in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif enumName Provides the name for a specified enumeration. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif enumName2Id Provides the ID of a specified enumeration, based on the name. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif enumNext Indicates the enumeration type that succeeds a specified enumeration type, based on the enumeration type IDs. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif enumObject Provides information about a specified enumeration by returning a DictEnum object. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif enums
Gg947503.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg947503.privmethod(en-us,AX.60).gif getKernelVersionNo
Gg947503.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg947503.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg947503.pubmethod(en-us,AX.60).gif licenseCodeCnt Indicates the number of license codes in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif licenseCodeCnt2Id Provides the ID of a specified license code. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif licenseCodeFlush Refreshes the license codes in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif licenseCodeName Provides the name of a specified license code. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif licenseCodeName2Id Provides the ID for a specified license code, based on the license code name. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif licenseCodeNext Indicates the license code that succeeds a specified license code, based on the license code IDs. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif licenseCodeObject Provides information about a specified license code by returning a DictLicenseCode object. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif licenseCodes
Gg947503.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Dictionary class. (Inherited from Dictionary.)
Gg947503.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.)
Gg947503.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.)
Gg947503.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg947503.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg947503.pubmethod(en-us,AX.60).gif reloadSecurity Reloads the feature key system. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif securityKeyCnt Indicates the number of security keys in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif securityKeyCnt2Id Provides the ID of a specified security key. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif securityKeyFlush Refreshes the security keys in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif securityKeyName Gets the name of a specified security key. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif securityKeyName2Id Provides the ID for a specified security key, based on the security key name. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif securityKeyNext Indicates the security key that succeeds a specified security key, based on the security key IDs. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif securityKeyObject Provides information about a specified security key by returning a DictSecurityKey object. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif securityKeys
Gg947503.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg947503.pubmethod(en-us,AX.60).gif tableCnt Indicates the number of tables in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif tableCnt2Id Provides the ID of a specified table. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif tableFlush Refreshes the tables in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif tableName Provides the name of a specified table. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif tableName2Id Provides the ID for a specified table, based on the table name. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif tableNext Indicates the table that succeeds a specified table, based on the table IDs. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif tableObject Provides information about a specified table by returning a DictTable object. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif tables
Gg947503.pubmethod(en-us,AX.60).gif tableSql Indicates whether a table is a SQL table. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif tableSystem Indicates whether a table is a system table. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif testCode (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg947503.pubmethod(en-us,AX.60).gif typeCnt Indicates the number of extended data types in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif typeCnt2Id Provides the ID of a specified extended data type. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif typeFlush Refreshes the extended data types in Microsoft Dynamics AX. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif typeName Provides the name of a specified extended data type. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif typeName2Id Provides the ID for a specified extended data type, based on the extended data type name. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif typeNext Indicates the extended data type that succeeds a specified extended data type, based on the IDs. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif typeObject Provides information about a specified extended data type by returning a DictType object. (Inherited from Dictionary.)
Gg947503.pubmethod(en-us,AX.60).gif types
Gg947503.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.)
Gg947503.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg947503.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg947503.pubmethod(en-us,AX.60).gif xmlDocumentation
Gg947503.protmethod(en-us,AX.60).gif xmlDocumentationApiSet
Gg947503.protmethod(en-us,AX.60).gif xmlDocumentationDefaultSet
Gg947503.pubmethod(en-us,AX.60).gif xmlQualifiedName
Gg947503.pubmethod(en-us,AX.60).gif xmlReflection
Gg947503.protmethod(en-us,AX.60).gif xmlReflectionApiSet
Gg947503.protmethod(en-us,AX.60).gif xmlReflectionDefaultSet
Gg947503.pubmethod(en-us,AX.60).gif xmlReflectionSet
Gg947503.pubmethod(en-us,AX.60).gif Gg947503.static(en-us,AX.60).gif ::construct Initializes a new instance of the SysDictionary class.

Top

Inheritance Hierarchy

Object Class
  Dictionary Class
    SysDictionary Class