DevForce Help Reference
TriggerLink Class
Members 


A combination of a TriggerItem and a navigation path that describes the path from the triggering item back to the object being verified.
Object Model
TriggerLink ClassTriggerItem Class
Syntax
'Declaration
 
Public Class TriggerLink 
'Usage
 
Dim instance As TriggerLink
public class TriggerLink 
Remarks
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.

Inheritance Hierarchy

System.Object
   IdeaBlade.Validation.TriggerLink

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TriggerLink Members
IdeaBlade.Validation Namespace

Send Feedback