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(DisplayFilterRowInfo)

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

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

    The row to compare

    Returns
    Type Description
    System.Boolean

    true if the segment should be visible

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Methods
      • EvaluateRow(DisplayFilterRowInfo)
    • Extension Methods
    Back to top Generated by DocFX