The following tables list the members exposed by PropertyValueVerifierArgs.
Name | Description | |
---|---|---|
![]() | PropertyValueVerifierArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ApplicableType | See Verifier.ApplicableType. (Inherited from IdeaBlade.Validation.VerifierArgs) |
![]() | DisplayName | The display name of the property being verified. |
![]() | ErrorMessageInfo | The VerifierErrorMessageInfo for this VerifierArgs. (Inherited from IdeaBlade.Validation.VerifierArgs) |
![]() | IsFrozen | 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) |
![]() | IsRequired | Is this property required to have a value. |
![]() | PropertyName | The name of the property being verified. |
![]() | ShouldTreatEmptyStringAsNull | Whether to treat an empty string as a null. If null then the VerifierOptions.TreatEmptyStringAsNull setting will be used. |
![]() | SortValue | See Verifier.SortValue. (Inherited from IdeaBlade.Validation.VerifierArgs) |
![]() | Tag | Gets or sets custom data about this VerifierArgs. (Inherited from IdeaBlade.Validation.VerifierArgs) |
![]() | TriggerLinks | Gets a collection of all of the TriggerItems on this verifier. (Inherited from IdeaBlade.Validation.VerifierArgs) |
![]() | Verifier | 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) |
![]() | VerifierOptions | The VerifierArgs.VerifierOptions for this VerifierArgs. (Inherited from IdeaBlade.Validation.VerifierArgs) |
Name | Description | |
---|---|---|
![]() | AddTrigger | Overloaded. Add a TriggerItem to this verifier. (Inherited from IdeaBlade.Validation.VerifierArgs) |
![]() | AddTriggers | Adds multiple TriggerItems to this verifier. Each TriggerItem is constructed using the VerifierArgs.ApplicableType and one of the specified "pMemberNames". (Inherited from IdeaBlade.Validation.VerifierArgs) |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetTriggerLink | Returns the associated TriggerLink for a given TriggerItem may be null (Inherited from IdeaBlade.Validation.VerifierArgs) |
![]() | GetType | (Inherited from object) |
![]() | RemoveTrigger | Overloaded. Remove a TriggerItem from this verifier. (Inherited from IdeaBlade.Validation.VerifierArgs) |
![]() | RemoveTriggers | Removes multiple TriggerItems to this verifier. Each TriggerItem is constructed using the VerifierArgs.ApplicableType and one of the specified "pMemberNames". (Inherited from IdeaBlade.Validation.VerifierArgs) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |