Click or drag to resize
ExtendedTranslationReference Class
Translation reference carrying data from additional fields.
Inheritance Hierarchy
SystemObject
  CMS.DataEngine.SerializationTranslationReference
    CMS.ContinuousIntegration.InternalExtendedTranslationReference

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public sealed class ExtendedTranslationReference : TranslationReference

The ExtendedTranslationReference type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalFields
Dictionary containing pairs [Field name] -> [Value].
Public propertyCodeName
Foreign object code name.
(Inherited from TranslationReference.)
Public propertyGroup
Foreign object group translation reference.
(Inherited from TranslationReference.)
Public propertyGUID
Foreign object GUID.
(Inherited from TranslationReference.)
Public propertyObjectType
Foreign object type.
(Inherited from TranslationReference.)
Public propertyParent
Foreign object parent translation reference.
(Inherited from TranslationReference.)
Public propertySite
Foreign object site.
(Inherited from TranslationReference.)
Public propertyTypeInfo
Type info of object represented by this translation reference.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Inherited from TranslationReference.)
Public methodWriteToXmlElement
Adds the translation nodes to the serialization
(Inherited from TranslationReference.)
Top
Remarks
This class is not to be instantiated in your custom code. It supports the framework API for customizations.
See Also