DimensionValueTranslationContract Class [AX 2012]
The DimensionValueTranslationContract class is the contract for managing dimension value metadata for translation of dimension data.
| 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.) |
| getKeyFieldName | Gets the name of the field containing the foreign key reference to the entity being translated. |
| getKeyViewFieldName | Gets the name of the view field containing the foreign key reference to the entity being translated. |
| getLanguageIdFieldName | Gets the name of the field containing the LanguageId. |
| getLanguageIdViewFieldName | Gets the name of the view field containing the LanguageId for the user language. |
| getNameFieldName | Gets the name of the field containing the translated name. |
| getNameViewFieldName | Gets the name of the view field containing the untranslated name. |
| getSystemLanguageIdViewFieldName | Gets the name of the view field containing the LanguageId for the system language. |
| getTableName | Gets the name of the translation table. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTranslatedNameViewFieldName | Gets the name of the view field containing the translated name. |
| getUseTranslationNameMethod | Indicates if a translation name method is used. |
| getValueViewFieldName | Gets the name of the view field containing the value of the entity being translated. |
| getViewName | Gets the name of the translation view. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes an instance of the contract to the appropriate type. |
| initForTranslationMethodAndView | Initializes an instance of the contract to the appropriate type. |
| initForTranslationTableAndView | Initializes an instance of the contract to the appropriate type. |
| new | Initializes a new instance of the DimensionValueTranslationContract 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 DimensionValueTranslationContract class. |
| 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 DimensionValueTranslationContract 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.) |
| ::create | Constructs a new instance of the DimensionValueTranslationContract class by using the packed container. |
| ::newForTranslationMethod | Constructs a new instance of the contract where a method is used as the source of the translation data. |
| ::newForTranslationMethodAndView | Constructs a new instance of the contract where a method is used as the source of the translation data. |
| ::newForTranslationTable | Constructs a new instance of the contract where a translation table is used as the source of the translation data. |
| ::newForTranslationTableAndView | Constructs a new instance of the contract where a translation table is used as the source of the translation data. |
Community Additions
ADD
Show: