Search Results for

    Show / Hide Table of Contents

    Class ConcordanceSearchResults

    Inheritance
    Object
    ConcordanceSearchResults
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Editor.ConcordanceSearch
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class ConcordanceSearchResults

    Properties

    CascadeMessages

    Declaration
    public IEnumerable<CascadeMessage> CascadeMessages { get; }
    Property Value
    Type Description
    IEnumerable<CascadeMessage>

    LookupResults

    Declaration
    public SearchResults LookupResults { get; }
    Property Value
    Type Description
    SearchResults

    SearchText

    Declaration
    public string SearchText { get; }
    Property Value
    Type Description
    String

    SearchType

    Declaration
    public ConcordanceSearchType SearchType { get; }
    Property Value
    Type Description
    ConcordanceSearchType

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    • Properties
      • CascadeMessages
      • LookupResults
      • SearchText
      • SearchType
    • Extension Methods
    Back to top Generated by DocFX