DevForce Help Reference
DelegatePropertyValueVerifier<T> Class Methods


For a list of all members of this type, see DelegatePropertyValueVerifier<T> members.

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 Verifier.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 MethodGetPropertyValue Returns the value of the previously defined PropertyName for this instance. (Inherited from IdeaBlade.Validation.PropertyValueVerifier)
Public MethodGetType (Inherited from object)
Public MethodIsApplicableDefault implementation that may be overridden by any subclass that wants to implement IsApplicable logic. Default return value in VerifierApplicability.Yes (Inherited from IdeaBlade.Validation.PropertyValueVerifier<T>)
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 Verifier.ApplicableType and each member name specified. (Inherited from IdeaBlade.Validation.Verifier)
Public MethodToString (Inherited from object)
Public MethodVerify Invoked by the framework to execute the verifier. (Inherited from IdeaBlade.Validation.PropertyValueVerifier)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodHandleNullPropertyValue Can be overridden to return a custom null handling result or if null is returned nulls will be handled by the VerifyValue method (Inherited from IdeaBlade.Validation.PropertyValueVerifier)
Protected MethodIsApplicableTypedOverridden. Override this method instead of PropertyValueVerifier<T>.IsApplicable if extending this class. This is a "typed" version of that method.  
Protected MethodIsPropertyValueNull Determines if a value is null including test for empty strings if appropriate. (Inherited from IdeaBlade.Validation.PropertyValueVerifier)
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 MethodVerifyValue Invoked by the framework to execute the verifier. (Inherited from IdeaBlade.Validation.PropertyValueVerifier<T>)
Protected MethodVerifyValueTypedOverridden. Override this method instead of PropertyValueVerifier<T>.VerifyValue if extending this class. This is a "typed" version of that method.  
Top
See Also

Reference

DelegatePropertyValueVerifier<T> Class
IdeaBlade.Validation Namespace

Send Feedback