Provides base filtering operations Implementations should be Singleton

Hierarchy

Hierarchy (View Summary)

Constructors

Accessors

Methods

  • Adds a new condition to the filtering operations.

    Parameters

    Returns void

  • Returns an instance of the condition with the specified name.

    Parameters

    • name: string

      The name of the condition.

    Returns IgrFilteringOperation

  • Returns an array of names of the conditions which are visible in the filtering UI

    Returns string[]