DevForce Help Reference
VerifierArgs Class Members
Fields  Properties  Methods 


The following tables list the members exposed by VerifierArgs.

Public Constructors
 NameDescription
Public ConstructorVerifierArgs ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Empty Represents a VerifierArgs with no data.  
Top
Public Properties
 NameDescription
Public PropertyApplicableTypeSee ApplicableType.  
Public PropertyErrorMessageInfoThe VerifierErrorMessageInfo for this VerifierArgs.  
Public PropertyIsFrozen Returns whether this VerifierArgs ( and hence the attached Verifier) is frozen. No properties may be set on a frozen verifier. You can remove the verifier, then make changes and add it back to accomplish a verifier modification.  
Public PropertySortValueSee SortValue.  
Public PropertyTag Gets or sets custom data about this VerifierArgs.  
Public PropertyTriggerLinksGets a collection of all of the TriggerItems on this verifier.  
Public PropertyVerifier Gets or sets the Verifier that used this VerifierArgs to instantiate it or null if the VerifierArgs has not been used to instantiate a Verifier yet. No VerifierArgs can be used to instantiate more than a single Verifier at one time.  
Public PropertyVerifierOptionsThe VerifierOptions for this VerifierArgs.  
Top
Public Methods
 NameDescription
Public MethodAddTriggerOverloaded. Add a TriggerItem to this verifier.  
Public MethodAddTriggersAdds multiple TriggerItems to this verifier. Each TriggerItem is constructed using the ApplicableType and one of the specified "pMemberNames".  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetTriggerLink Returns the associated TriggerLink for a given TriggerItem may be null  
Public MethodGetType (Inherited from object)
Public MethodRemoveTriggerOverloaded.  Remove a TriggerItem from this verifier.  
Public MethodRemoveTriggersRemoves multiple TriggerItems to this verifier. Each TriggerItem is constructed using the ApplicableType and one of the specified "pMemberNames".  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

VerifierArgs Class
IdeaBlade.Validation Namespace

Send Feedback