
Visual Basic (Declaration) | |
---|---|
Public Class TriggerLink |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As TriggerLink |
C# | |
---|---|
public class TriggerLink |
C++/CLI | |
---|---|
public ref class TriggerLink |
A TriggerItem need not be defined on the same type of object that a verification is actually being defined upon. For example, verification logic on a Customer might be best triggered as a result of some change to the OrderDetail.ListPrice associated with an Order, which is in turn associated with the Customer. In this case, while a TriggerItem is sufficient to indicate the operation that should cause the verifier to execute, we also need some mechanism to indicate the “navigation path” between the object on which the TriggerItem occurs and the object that is being verified. The combination of a TriggerItem and this navigation path is termed a TriggerLink.
A TriggerLink is added to a verifier with Verifier.AddTrigger.
System.Object
IdeaBlade.Validation.TriggerLink
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family