DimensionEnabledType Class [AX 2012]
The DimensionEnabledType class is used to hold information about a type that can be used as a dimension attribute.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
class DimensionEnabledType implements SysPackable
Microsoft Dynamics AX 2012 R2 (SYS)
class DimensionEnabledType
Microsoft Dynamics AX 2012 Feature Pack (SYS)
class DimensionEnabledType
Microsoft Dynamics AX 2012 (FPK)
class DimensionEnabledType
Microsoft Dynamics AX 2012 (SYS)
class DimensionEnabledType
Run On
Called| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTranslationKeyFieldName | Gets the field name of the key field in the translation table that represents the foreign key to the entity that is being translated. |
| getTranslationLanguageIdFieldName | Gets the field name of the language ID field in the translation table. |
| getTranslationNameFieldName | Gets the field name of the translated name field in the translation table. |
| getTranslationTableName | Gets the table name of the table that contains the dimension value translations. |
| getTranslationViewKeyFieldName | Gets the field name of the key field in the translation view representing the foreign key to the entity being translated. |
| getTranslationViewLanguageIdFieldName | Gets the field name of the language ID field in the translation view. |
| getTranslationViewName | Gets the view name of the view containing the translated dimension values. |
| getTranslationViewNameFieldName | Gets the field name of the untranslated name field in the translation view. |
| getTranslationViewSysLanguageIdFieldName | Gets the field name of the system language ID field in the translation view. |
| getTranslationViewTranslatedNameFldName | Gets the field name of the translated name field in the translation view. |
| getTranslationViewValueFieldName | Gets the field name of the value field in the translation view. |
| getUseTranslationNameMethod | Gets a Boolean value that indicates whether a method is called to retrieve the name translation. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isUserDefined | Specifies whether the type is user-defined or system defined. |
| new | Initializes a new instance of the DimensionEnabledType class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pack | Serializes the current instance of the DimensionEnabledType class. |
| parmBackingEntityKeyFieldName | Gets or sets the BackingEntityKeyFieldName parameter. |
| parmBackingEntityTableName | Gets or sets the BackingEntityTableName parameter. |
| parmBackingEntityValueFieldName | Gets or sets the BackingEntityValueFieldName parameter. |
| parmDimValueTranslationContract | Gets or sets the DimValueTranslationContract parameter. |
| parmFinancialTagCategoryId | Gets or sets the FinancialTagCategoryId parameter. |
| parmSingularLabel | Gets or sets the SingularLabel parameter. |
| parmViewLabel | Gets or sets the ViewLabel parameter. |
| parmViewName | Gets or sets the ViewName parameter. |
| populateDimensionAttribute | Links a DimensionAttribute value to the current predefined or user-defined list. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the _packedClass parameter value to an instance of the DimensionEnabledType class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::constructForSystemDefinedByTableId | Constructs a new instance of the DimensionEnabledType class initialized for a system-defined list identified by the table ID. |
| ::constructForUserDefined | Constructs a new instance of the DimensionEnabledType class by using the specified parameters for a user-defined list. |
| ::create | Constructs a new instance of the DimensionEnabledType class by using the packed container. |
| ::getDimensionValueTranslationContract | Gets the DimensionValueTranslationContract object that is associated with the dimension-enabled view, if it is available. |
| ::getFieldsForDeleteOrRename | Gets a container of field information that is required to check if a delete is allowed to rename or delete a backing entity instance. |
| ::getSystemDefinedDimensions | Retrieves an ordered array of DimensionEnabledType objects for all the system-defined lists in the system. |
| ::getSystemDefinedDimensionsServer | Retrieves an ordered array of DimensionEnabledType objects for all the system-defined lists in the system, excluding the special main account view. |
| ::getUserDefinedDimensions | Retrieves an ordered array of DimensionEnabledType objects that contain all user-defined lists in the system. |
| ::getUserDefinedDimensionsServer | Retrieves an ordered array of DimensionEnabledType objects that contain all user-defined lists in the system. |
| ::quickSort | Sorts an array of dimension enabled types based on their view label. |
Community Additions
ADD
Show:
Note