2.2.5.14 ObjectTranslation Object
The ObjectTranslation object represents the translations of metadata properties for the Culture parent object. Properties such as the name and description of a metadata object can be translated. If they are not translated, the properties specified on the main object are used.
The ObjectTranslation object has a weakly typed reference to the object that it is translating. For information on the distinction between strongly typed and weakly typed, see section 1.3.1.
The ObjectTranslation object has the following properties.
Name |
Type |
Description |
---|---|---|
ID |
unsignedLong |
A reference to the object. |
CultureID |
unsignedLong |
An ID-based reference to a Culture object. |
ObjectID |
unsignedLong |
An ID-based reference to the object. |
ObjectType |
int |
The data type of the object specified by ObjectID. The possible values are as follows:
|
Property |
enumeration |
Specifies which property of the object is being translated. The possible values are as follows:
|
Value |
string |
The value of the translation. |
ModifiedTime |
dateTime |
The time that the object was last modified. |
Altered<68> |
boolean |
A Boolean that indicates whether the translation of the property has been changed. Compatibility level 1600 or higher is required. |