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



Base class for arguments to a Verifier.

Object Model

VerifierArgs ClassVerifierErrorMessageInfo ClassVerifier ClassVerifierOptions Class

Syntax

Visual Basic (Declaration) 
<DataContractAttribute()>
Public Class VerifierArgs 
Visual Basic (Usage)Copy Code
Dim instance As VerifierArgs
C# 
[DataContractAttribute()]
public class VerifierArgs 
C++/CLI 
[DataContractAttribute()]
public ref class VerifierArgs 

Remarks

Typically there will be a VerifierArgs subclass that corresponds to each Verifier subclass. Every verifier contains a single instance of the VerifierArgs that was used to instantiate it. With the exception of "Trigger" information the VerifierArgs member of each Verifier is intended to be the repository for the "state" of the Verifier. In general, all Verifier constructors should internally delegate to a constructor implementation that takes a single strongly typed subclass of VerifierArgs as its sole argument.

Inheritance Hierarchy

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.