Trigger.Clauses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.