Share via


DictEnum Class

The DictEnum class obtains meta-information about the base enum enumerations in the Microsoft Dynamics AX Application Object Tree (AOT).

Syntax

class DictEnum extends Object

Run On

Called

Methods

  Method Description
Gg837824.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg837824.pubmethod(en-us,AX.60).gif configurationKeyId Returns the configuration key ID for the enumeration.
Gg837824.pubmethod(en-us,AX.60).gif displayLength
Gg837824.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg837824.pubmethod(en-us,AX.60).gif getCountryRegionCodes
Gg837824.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg837824.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg837824.pubmethod(en-us,AX.60).gif help Retrieves the Help text for this enumeration.
Gg837824.pubmethod(en-us,AX.60).gif helpDefined Returns the value of the help property for this enumeration.
Gg837824.pubmethod(en-us,AX.60).gif id Returns the enumeration ID of the enumeration.
Gg837824.pubmethod(en-us,AX.60).gif index2ConfigurationKey
Gg837824.pubmethod(en-us,AX.60).gif index2CountryRegionCodes
Gg837824.pubmethod(en-us,AX.60).gif index2Label Returns the label of the enumeration item that is specified by an index.
Gg837824.pubmethod(en-us,AX.60).gif index2LabelId
Gg837824.pubmethod(en-us,AX.60).gif index2Name Returns the label of the enumeration item that is specified by an index.
Gg837824.pubmethod(en-us,AX.60).gif index2Symbol Returns the symbol or name of the enumeration item that is specified by an index.
Gg837824.pubmethod(en-us,AX.60).gif index2Value Returns the value of the enumeration item that is specified by an index.
Gg837824.pubmethod(en-us,AX.60).gif label Returns the label text of the enumeration.
Gg837824.pubmethod(en-us,AX.60).gif labelDefined Returns the value of the label property for this enumeration.
Gg837824.pubmethod(en-us,AX.60).gif name Returns the name of the enumeration.
Gg837824.pubmethod(en-us,AX.60).gif name2Value Returns the enumeration value of the item that is referenced by its label.
Gg837824.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Overrides the new Method.)
Gg837824.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.)
Gg837824.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.)
Gg837824.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg837824.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg837824.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg837824.pubmethod(en-us,AX.60).gif showAsRadio Returns a value that indicates whether the enumeration should be displayed by using radio buttons instead of a combo box.
Gg837824.pubmethod(en-us,AX.60).gif symbol2Value Returns the enumeration value of the item, referenced by its symbol or name.
Gg837824.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg837824.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.)
Gg837824.pubmethod(en-us,AX.60).gif value2ConfigurationKey Returns the configuration key ID of a specified enumeration value.
Gg837824.pubmethod(en-us,AX.60).gif value2CountryRegionCodes
Gg837824.pubmethod(en-us,AX.60).gif value2Label Returns the label of a specified enumeration value.
Gg837824.pubmethod(en-us,AX.60).gif value2Name Returns the name of a specified enumeration value.
Gg837824.pubmethod(en-us,AX.60).gif value2Symbol Returns the symbol, or the value of the Name property, of a specified enumeration value.
Gg837824.pubmethod(en-us,AX.60).gif values Returns the number of items in the enumeration.
Gg837824.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg837824.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg837824.pubmethod(en-us,AX.60).gif Gg837824.static(en-us,AX.60).gif ::queryFilterNames2Values
Gg837824.pubmethod(en-us,AX.60).gif Gg837824.static(en-us,AX.60).gif ::queryFilterValues2Names
Gg837824.pubmethod(en-us,AX.60).gif Gg837824.static(en-us,AX.60).gif ::queryRangeNames2Values
Gg837824.pubmethod(en-us,AX.60).gif Gg837824.static(en-us,AX.60).gif ::queryRangeValues2Names
Gg837824.pubmethod(en-us,AX.60).gif Gg837824.static(en-us,AX.60).gif ::value2id Returns the enumeration ID of a specified value.

Top

Remarks

For backward compatibility, a special naming convention for methods that convert to or from properties is used.

Name

ReqDate

Symbol (typed as string)

Label

@SYS18075 ("Requirement date")

Name or Label

FeatureKey

ReqSchedAction

FeatureKey

EnumValue

0

Value

Position in AOT

First (Index = 0)

Index

This example is from the ActionBasicDateType base enum.

For general information about enumerations, see the Developer's Guide.

Inheritance Hierarchy

Object Class
  DictEnum Class
    SysDictEnum Class