Class TranslationReference
- Namespace
- CMS.DataEngine.Serialization
- Assembly
- CMS.DataEngine.dll
Contains all information necessary to identify an object in database except for its ID. Pass it to the TranslationHelper to obtain the current ID.
public class TranslationReference
- Inheritance
-
objectTranslationReference
- Extension Methods
Properties
CodeName
Foreign object code name.
public string CodeName { get; set; }
Property Value
- string
GUID
Foreign object GUID.
public Guid GUID { get; set; }
Property Value
- Guid
ObjectType
Foreign object type.
public string ObjectType { get; set; }
Property Value
- string
Parent
Foreign object parent translation reference.
public TranslationReference Parent { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
WriteToXmlElement(XmlNode)
Adds the translation nodes to the serialization
public void WriteToXmlElement(XmlNode element)
Parameters
element
XmlNodeParent element for translation data