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