IdeaBlade DevForce 2010 Help Reference
TriggerLink Class
Members  See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : TriggerLink Class



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

Visual Basic (Declaration) 
Public Class TriggerLink 
Visual Basic (Usage)Copy Code
Dim instance As TriggerLink
C# 
public class TriggerLink 
C++/CLI 
public ref 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 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

See Also

© 2013 All Rights Reserved.