Search Results for

    Show / Hide Table of Contents

    Class ExtensionDataContainer

    A Newtonsoft.Json.JsonExtensionDataAttribute object used as base for elements that need to preserve unrecognized data on deserialization.

    Inheritance
    object
    ExtensionDataContainer
    AlignmentData
    LiftSpan
    SpanPairNode
    LocalizableSubContent
    MetadataContainer
    SegmentPair
    Term
    TermOrigin
    TermTranslation
    SegmentPosition
    SegmentRange
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.Bcm.BcmModel
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public abstract class ExtensionDataContainer

    Constructors

    ExtensionDataContainer()

    Declaration
    protected ExtensionDataContainer()

    Properties

    ExtensionData

    Preserves any unrecognized data upon deserialization from JSON. This data is serialized in its original format.

    Declaration
    [JsonExtensionData]
    public IDictionary<string, JToken> ExtensionData { get; set; }
    Property Value
    Type Description
    IDictionary<string, JToken>
    In this article
    Back to top Generated by DocFX