Compartilhar via


Node.AllTriggers Propriedade

Definição

Obtém todos os gatilhos que contêm o Clause neste nó.

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

Valor da propriedade

Todos os gatilhos que contêm o Clause neste nó.

Comentários

Os gatilhos contêm apenas o gatilho mais específico, portanto, se esse nó for Pred(A) e houver uma regra R1: Pred(A) -> A1 e R2: Pred(A) v Pred(B) -> A2, o segundo gatilho estaria em AllTriggers, mas não em Gatilhos porque é mais geral.

Aplica-se a