DevForce Help Reference
TriggerContext Class
Members 


Provides the TriggerItem, timing and other information to the verifier during execution.
Object Model
TriggerContext ClassTriggerItem Class
Syntax
'Declaration
 
<DataContractAttribute()>
Public Class TriggerContext 
'Usage
 
Dim instance As TriggerContext
[DataContract()]
public class TriggerContext 
Remarks
Verifiers that are called in the context of an Instance verification (see VerifierOptions.ExecutionModes) will have a null TriggerContext. Under all other circumstances the TriggerContext will fully describe the TriggerItem, the TriggerTiming, the instance on which the TriggerItem was executed, and the proposed value if a "BeforeSet" trigger was involved.
Inheritance Hierarchy

System.Object
   IdeaBlade.Validation.TriggerContext

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

TriggerContext Members
IdeaBlade.Validation Namespace

Send Feedback