DevForce Help Reference
DelegatePropertyValueVerifierArgs<T> Class Properties


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

Public Properties
 NameDescription
Public PropertyApplicabilityConstraintThe IdeaBlade.Validation.ApplicabilityConstraint`1 used to implement the Verifier.IsApplicable method.  
Public PropertyApplicableTypeSee Verifier.ApplicableType. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyDisplayName The display name of the property being verified. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs)
Public PropertyErrorMessageInfoThe VerifierErrorMessageInfo for this VerifierArgs. (Inherited from IdeaBlade.Validation.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. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyIsRequired Is this property required to have a value. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs)
Public PropertyPropertyName The name of the property being verified. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs)
Public PropertyShouldTreatEmptyStringAsNull Whether to treat an empty string as a null. If null then the VerifierOptions.TreatEmptyStringAsNull setting will be used. (Inherited from IdeaBlade.Validation.PropertyValueVerifierArgs)
Public PropertySortValueSee Verifier.SortValue. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyTag Gets or sets custom data about this VerifierArgs. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyTriggerLinksGets a collection of all of the TriggerItems on this verifier. (Inherited from IdeaBlade.Validation.VerifierArgs)
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. (Inherited from IdeaBlade.Validation.VerifierArgs)
Public PropertyVerifierConditionThe IdeaBlade.Validation.ValueVerifierCondition`1 used to implement the Verifier.Verify method.  
Public PropertyVerifierOptionsThe VerifierArgs.VerifierOptions for this VerifierArgs. (Inherited from IdeaBlade.Validation.VerifierArgs)
Top
See Also

Reference

DelegatePropertyValueVerifierArgs<T> Class
IdeaBlade.Validation Namespace

Send Feedback