DevForce Help Reference
VerifierArgs Class
Members 


Base class for arguments to a Verifier.
Object Model
VerifierArgs ClassVerifierErrorMessageInfo ClassVerifier ClassVerifierOptions Class
Syntax
'Declaration
 
<DataContractAttribute()>
Public Class VerifierArgs 
'Usage
 
Dim instance As VerifierArgs
[DataContract()]
public 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

System.Object
   IdeaBlade.Validation.VerifierArgs
      IdeaBlade.Validation.DelegateVerifierArgs<T>
      IdeaBlade.Validation.PropertyValueVerifierArgs

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

VerifierArgs Members
IdeaBlade.Validation Namespace

Send Feedback