Search Results for

    Show / Hide Table of Contents

    Interface ISerializableMarkupDataContainer

    Intended for binary serialization of markup data content. The implementation of this interface is guaranteed to be marked with the [Serializable] attribute, and is binary serializable.

    Inherited Members
    IAbstractMarkupDataContainer.Split(Int32)
    IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer)
    IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32)
    IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32)
    IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32)
    IAbstractMarkupDataContainer.GetLocationsFrom(Location)
    IAbstractMarkupDataContainer.Find(Predicate<Location>)
    IAbstractMarkupDataContainer.Find(Predicate<IAbstractMarkupData>)
    IAbstractMarkupDataContainer.Find(Location, Predicate<Location>)
    IAbstractMarkupDataContainer.ForEachSubItem(Action<IAbstractMarkupData>)
    IAbstractMarkupDataContainer.AllSubItems
    IAbstractMarkupDataContainer.CanBeSplit
    IAbstractMarkupDataContainer.Locations
    System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IndexOf(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
    System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Insert(System.Int32, Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
    System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.RemoveAt(System.Int32)
    System.Collections.Generic.IList<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Item[System.Int32]
    System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Add(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
    System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Clear()
    System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Contains(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
    System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.CopyTo(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData[], System.Int32)
    System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Remove(Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData)
    System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.Count
    System.Collections.Generic.ICollection<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.IsReadOnly
    System.Collections.Generic.IEnumerable<Sdl.FileTypeSupport.Framework.BilingualApi.IAbstractMarkupData>.GetEnumerator()
    ISupportsUniqueId.UniqueId
    Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface ISerializableMarkupDataContainer : IAbstractMarkupDataContainer, IList<IAbstractMarkupData>, ICollection<IAbstractMarkupData>, IEnumerable<IAbstractMarkupData>, IEnumerable, ISupportsUniqueId
    Remarks

    Used for native Windows clipboard support. The document and file properties are serialized too, so that it is possible to determine whether the content originates from the same file and/or document when pasting.

    Properties

    DocProperties

    Document properties for the document that the markup data originates from

    Declaration
    IDocumentProperties DocProperties { get; set; }
    Property Value
    Type Description
    IDocumentProperties

    FileProperties

    File properties for the file that the markup data originates from

    Declaration
    IFileProperties FileProperties { get; set; }
    Property Value
    Type Description
    IFileProperties

    On this page

    • Properties
      • DocProperties
      • FileProperties
    Back to top Generated by DocFX