Share via


Trigger.Clauses Property

Definition

Gets list of expressions converted into Disjunctive Normal Form where ! is pushed to the leaves and there is an implicit || between clauses and && within a clause.

public System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Clause> Clauses { get; }
member this.Clauses : System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Clause>
Public ReadOnly Property Clauses As IReadOnlyList(Of Clause)

Property Value

List of expressions converted into Disjunctive Normal Form where ! is pushed to the leaves and there is an implicit || between clauses and && within a clause.

Applies to