IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : PropertyValueVerifierAttribute Class |
The following tables list the members exposed by PropertyValueVerifierAttribute.
Name | Description | |
---|---|---|
![]() | DisplayName | See PropertyValueVerifier.DisplayName |
![]() | ErrorMessage | Gets or sets the message to be used to describe this verifier. (Inherited from IdeaBlade.Validation.VerifierAttribute) |
![]() | ErrorMessageResourceName | Gets or sets the message to be used to describe this verifier. (Inherited from IdeaBlade.Validation.VerifierAttribute) |
![]() | ErrorMessageResourceType | Gets or sets the message to be used to describe this verifier. (Inherited from IdeaBlade.Validation.VerifierAttribute) |
![]() | ExecutionModes | See VerifierOptions.ExecutionModes (Inherited from IdeaBlade.Validation.VerifierAttribute) |
![]() | IsRequired | See PropertyValueVerifier.IsRequired |
![]() | ShouldTreatEmptyStringAsNull | See PropertyValueVerifier.ShouldTreatEmptyStringAsNull |
![]() | SortValue | See VerifierArgs.SortValue (Inherited from IdeaBlade.Validation.VerifierAttribute) |
![]() | Tag | See VerifierArgs.Tag (Inherited from IdeaBlade.Validation.VerifierAttribute) |
![]() | TypeId | (Inherited from System.Attribute) |
Name | Description | |
---|---|---|
![]() | BuildVerifier | Build a Verifier given a declaring type and a property name. This method is a template method that depends on each any subclass of the VerifierAttribute to provide a VerifierAttribute.BuildVerifierCore implementation. (Inherited from IdeaBlade.Validation.VerifierAttribute) |
![]() | Equals | (Inherited from System.Attribute) |
![]() | GetHashCode | (Inherited from System.Attribute) |
![]() | GetIsRequired | Properties on attribute classes cannot return a value of null so this method is used instead to get the actual IsRequired value |
![]() | GetShouldTreatEmptyStringAsNull | Properties on attribute classes cannot return a value of null so this method is used instead to get the actual IsRequired value |
![]() | GetType | (Inherited from object) |
![]() | IsDefaultAttribute | (Inherited from System.Attribute) |
![]() | Match | (Inherited from System.Attribute) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | BuildVerifierCore | Abstract method that must be implemented on each VerifierAttribute subclass. (Inherited from IdeaBlade.Validation.VerifierAttribute) |
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |