Search Results for

    Show / Hide Table of Contents

    Interface IDisplayFilter

    Match a row against arbitrary criteria to determine if it should be visible

    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.DisplayFilters
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public interface IDisplayFilter

    Methods

    EvaluateRow(IDisplayFilterRowInfo)

    This implementation calls to determine visibility for rows. derived classes should override this method to provide their implementations.

    Declaration
    bool EvaluateRow(IDisplayFilterRowInfo rowInfo)
    Parameters
    Type Name Description
    IDisplayFilterRowInfo rowInfo

    The row to compare

    Returns
    Type Description
    bool

    true if the segment should be visible

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Methods
      • EvaluateRow(IDisplayFilterRowInfo)
    • Extension Methods
    Back to top Generated by DocFX