DimensionValueTranslationContract Class [AX 2012]

The DimensionValueTranslationContract class is the contract for managing dimension value metadata for translation of dimension data.

class DimensionValueTranslationContract implements SysPackable

Run On

Called

  MethodDescription
Dn488146.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn488146.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn488146.pubmethod(en-us,AX.60).gif getKeyFieldName Gets the name of the field containing the foreign key reference to the entity being translated.
Dn488146.pubmethod(en-us,AX.60).gif getKeyViewFieldName Gets the name of the view field containing the foreign key reference to the entity being translated.
Dn488146.pubmethod(en-us,AX.60).gif getLanguageIdFieldName Gets the name of the field containing the LanguageId.
Dn488146.pubmethod(en-us,AX.60).gif getLanguageIdViewFieldName Gets the name of the view field containing the LanguageId for the user language.
Dn488146.pubmethod(en-us,AX.60).gif getNameFieldName Gets the name of the field containing the translated name.
Dn488146.pubmethod(en-us,AX.60).gif getNameViewFieldName Gets the name of the view field containing the untranslated name.
Dn488146.pubmethod(en-us,AX.60).gif getSystemLanguageIdViewFieldName Gets the name of the view field containing the LanguageId for the system language.
Dn488146.pubmethod(en-us,AX.60).gif getTableName Gets the name of the translation table.
Dn488146.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn488146.pubmethod(en-us,AX.60).gif getTranslatedNameViewFieldName Gets the name of the view field containing the translated name.
Dn488146.pubmethod(en-us,AX.60).gif getUseTranslationNameMethod Indicates if a translation name method is used.
Dn488146.pubmethod(en-us,AX.60).gif getValueViewFieldName Gets the name of the view field containing the value of the entity being translated.
Dn488146.pubmethod(en-us,AX.60).gif getViewName Gets the name of the translation view.
Dn488146.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn488146.privmethod(en-us,AX.60).gif init Initializes an instance of the contract to the appropriate type.
Dn488146.privmethod(en-us,AX.60).gif initForTranslationMethodAndView Initializes an instance of the contract to the appropriate type.
Dn488146.privmethod(en-us,AX.60).gif initForTranslationTableAndView Initializes an instance of the contract to the appropriate type.
Dn488146.protmethod(en-us,AX.60).gif new Initializes a new instance of the DimensionValueTranslationContract class.
Dn488146.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.)
Dn488146.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.)
Dn488146.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn488146.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn488146.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the DimensionValueTranslationContract class.
Dn488146.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn488146.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn488146.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the DimensionValueTranslationContract class.
Dn488146.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.)
Dn488146.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn488146.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn488146.pubmethod(en-us,AX.60).gif Dn488146.static(en-us,AX.60).gif ::create Constructs a new instance of the DimensionValueTranslationContract class by using the packed container.
Dn488146.pubmethod(en-us,AX.60).gif Dn488146.static(en-us,AX.60).gif ::newForTranslationMethod Constructs a new instance of the contract where a method is used as the source of the translation data.
Dn488146.pubmethod(en-us,AX.60).gif Dn488146.static(en-us,AX.60).gif ::newForTranslationMethodAndView Constructs a new instance of the contract where a method is used as the source of the translation data.
Dn488146.pubmethod(en-us,AX.60).gif Dn488146.static(en-us,AX.60).gif ::newForTranslationTable Constructs a new instance of the contract where a translation table is used as the source of the translation data.
Dn488146.pubmethod(en-us,AX.60).gif Dn488146.static(en-us,AX.60).gif ::newForTranslationTableAndView Constructs a new instance of the contract where a translation table is used as the source of the translation data.
Top

Object Class
  DimensionValueTranslationContract Class

Community Additions

ADD
Show: