Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpressionFilterClause

Subscription Filter Clause represents a single clause in a subscription filter e.g. If the subscription has the following criteria "Project Name = [Current Project] AND Assigned To = [Me] it will be represented as two Filter Clauses Clause 1: Index = 1, Logical Operator: NULL , FieldName = 'Project Name', Operator = '=', Value = '[Current Project]' Clause 2: Index = 2, Logical Operator: 'AND' , FieldName = 'Assigned To' , Operator = '=', Value = '[Me]'

Hierarchy

  • ExpressionFilterClause

Index

Properties

Optional fieldName

fieldName: string

Optional index

index: number

The order in which this clause appeared in the filter query

Optional logicalOperator

logicalOperator: string

Logical Operator 'AND', 'OR' or NULL (only for the first clause in the filter)

Optional operator

operator: string

Optional value

value: string

Generated using TypeDoc