Search Results for

    Show / Hide Table of Contents

    Class SearchMarkupResult

    Default implementation for ISearchMarkupResult

    Inheritance
    System.Object
    SearchResult
    SearchMarkupResult
    SearchMarkupResultWithTermbaseName
    Implements
    ISearchMarkupResult
    ISearchResult
    Inherited Members
    SearchResult.Id
    SearchResult.Text
    SearchResult.Score
    SearchResult.Language
    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 SearchMarkupResult : SearchResult, ISearchMarkupResult, ISearchResult

    Constructors

    SearchMarkupResult()

    Declaration
    public SearchMarkupResult()

    Properties

    Positions

    List of markup positions

    Declaration
    public IList<IMarkupPosition> Positions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IMarkupPosition>

    Implements

    ISearchMarkupResult
    ISearchResult

    On this page

    • Constructors
      • SearchMarkupResult()
    • Properties
      • Positions
    • Implements
    Back to top Generated by DocFX