Table of Contents

Enum FilterValidationRuleScope

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Defines in which filter modes a filter validation rule runs.

public enum FilterValidationRuleScope

Fields

AllFilterModes = 1

The rule also runs in advanced filter mode, evaluated independently against every occurrence of the attribute in the filter tree. Only self-contained rules (that read nothing beyond the condition they receive) should opt in.

SimpleFilterOnly = 0

The rule only runs while the filter is simple (every condition is a conjoint AND constraint). This is the default: relational rules (cross-property reads, conditionally-required) are only meaningful in this mode.