Search Results for

    Show / Hide Table of Contents

    Class MarkupPosition

    Contains information to markup position of a term in a text/segment.

    Inheritance
    object
    MarkupPosition
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class MarkupPosition

    Constructors

    MarkupPosition()

    Declaration
    public MarkupPosition()

    Properties

    Length

    Length of the markup

    Declaration
    public int Length { get; set; }
    Property Value
    Type Description
    int

    Start

    Position in the segment where the markup starts from

    Declaration
    public int Start { get; set; }
    Property Value
    Type Description
    int
    In this article
    • Constructors
      • MarkupPosition()
    • Properties
      • Length
      • Start
    Back to top Generated by DocFX