
Visual Basic (Declaration) | |
---|---|
<DataContractAttribute()> Public Class VerifierArgs |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As VerifierArgs |
C# | |
---|---|
[DataContractAttribute()] public class VerifierArgs |
C++/CLI | |
---|---|
[DataContractAttribute()] public ref class VerifierArgs |
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.
System.Object
IdeaBlade.Validation.VerifierArgs
IdeaBlade.Validation.DelegateVerifierArgs<T>
IdeaBlade.Validation.PropertyValueVerifierArgs
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