Search Results for

    Show / Hide Table of Contents

    Class MarkupPosition

    Default implementation for IMarkupPosition

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

    Constructors

    MarkupPosition()

    Declaration
    public MarkupPosition()

    Properties

    Length

    Length of the markup

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

    Start

    Position in the segment where the markup starts from

    Declaration
    public int Start { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    IMarkupPosition

    On this page

    • Constructors
      • MarkupPosition()
    • Properties
      • Length
      • Start
    • Implements
    Back to top Generated by DocFX