DevForce Help Reference
Verifier<T> Class Members
Properties  Methods 


The following tables list the members exposed by Verifier<T>.

Public Properties
 NameDescription
Public PropertyApplicableType The object type on which the property to be verified is defined. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyErrorMessageInfo Description of this verifier - will be used by default to construct status messages regarding the success or failure of the verifier. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyInitializationOrderGets or sets the internally maintained order that represents the order that this verifier was added to a VerifierEngine. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertySortValue Gets or sets the order that verifiers are executed within a verifier batch. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyTriggerLinksGets a collection of all of the TriggerLinks on this verifier. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyVerifierArgs Gets or sets the parameters that represent the state of this verifier. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyVerifierEngineVerifierEngine that this Verifier is attached to. Will be null for any unattached verifier. (Inherited from IdeaBlade.Validation.Verifier)
Public PropertyVerifierOptions (Inherited from IdeaBlade.Validation.Verifier)
Top
Public Methods
 NameDescription
Public MethodAddTriggerOverloaded. Add a TriggerItem to this verifier. (Inherited from IdeaBlade.Validation.Verifier)
Public MethodAddTriggersAdds multiple TriggerItems to this verifier. A TriggerItem is constructed using the ApplicableType and each member name specified. (Inherited from IdeaBlade.Validation.Verifier)
Public MethodCompareToSee System.IComparable.CompareTo(System.Object) (Inherited from IdeaBlade.Validation.Verifier)
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodIsApplicableOverridden. Default implementation that may be overridden by any subclass that wants to implement IsApplicable logic. Default return value in VerifierApplicability.Yes  
Public MethodRemoveTriggerOverloaded.  Remove a TriggerItem from this verifier. (Inherited from IdeaBlade.Validation.Verifier)
Public MethodRemoveTriggersRemoves multiple TriggerItems to this verifier. A TriggerItem is constructed using the ApplicableType and each member name specified. (Inherited from IdeaBlade.Validation.Verifier)
Public MethodToString (Inherited from object)
Public MethodVerifyOverridden.  Invoked by the framework to execute the verifier.  
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodIsApplicableTypedSee IsApplicable. Override this method in any subclasses to perform applicability testing.  
Protected MethodMemberwiseClone (Inherited from object)
Protected MethodOnVerifierEngineAttach Occurs immediately after a verifier is attached to its verifier engine but before it is 'frozen'. (Inherited from IdeaBlade.Validation.Verifier)
Protected MethodVerifyTypedSee Verify. Override this method in any subclasses to peform verification logic.  
Top
See Also

Reference

Verifier<T> Class
IdeaBlade.Validation Namespace

Send Feedback