IdeaBlade DevForce 2010 Help Reference
BatchContext Property
See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace > VerifierContext Class : BatchContext Property



Gets or sets the updatable context passed to each verifier in a batch. In turn this can be used to pass information from one verifier to another in a batch.

Syntax

Visual Basic (Declaration) 
Public Property BatchContext As Object
Visual Basic (Usage)Copy Code
Dim instance As VerifierContext
Dim value As Object
 
instance.BatchContext = value
 
value = instance.BatchContext
C# 
public object BatchContext {get; set;}
C++/CLI 
public:
property Object^ BatchContext {
   Object^ get();
   void set (    Object^ value);
}

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.