The following tables list the members exposed by StringLengthVerifierAttribute.
Name | Description | |
---|---|---|
![]() | StringLengthVerifierAttribute Constructor | Initializes a new instance of the StringLengthVerifierAttribute class. |
Top
Name | Description | |
---|---|---|
![]() | MaxValueCore | See RangeVerifier<T>.MaxValue (Inherited from IdeaBlade.Validation.RangeVerifierAttribute) |
![]() | MinValueCore | See RangeVerifier<T>.MinValue (Inherited from IdeaBlade.Validation.RangeVerifierAttribute) |
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 object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetIsRequired | Properties on attribute classes cannot return a value of null so this method is used instead to get the actual IsRequired value (Inherited from IdeaBlade.Validation.PropertyValueVerifierAttribute) |
![]() | GetMaxValue | See RangeVerifier<T>.MaxValue (Inherited from IdeaBlade.Validation.RangeVerifierAttribute) |
![]() | GetMinValue | See RangeVerifier<T>.MinValue (Inherited from IdeaBlade.Validation.RangeVerifierAttribute) |
![]() | GetShouldTreatEmptyStringAsNull | Properties on attribute classes cannot return a value of null so this method is used instead to get the actual IsRequired value (Inherited from IdeaBlade.Validation.PropertyValueVerifierAttribute) |
![]() | GetType | (Inherited from object) |
![]() | IsDefaultAttribute | (Inherited from System.Attribute) |
![]() | Match | (Inherited from System.Attribute) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | BuildVerifierCore | Overloaded. Overridden. See RangeVerifierAttribute.BuildVerifierCore<TVerifier,TDataType> |
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |