IdeaBlade DevForce 2010 Help Reference
StringLengthVerifierAttribute Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace : StringLengthVerifierAttribute Class


The following tables list the members exposed by StringLengthVerifierAttribute.

Public Constructors

 NameDescription
Public ConstructorStringLengthVerifierAttribute Constructor Initializes a new instance of the StringLengthVerifierAttribute class.  
Top

Public Properties

 NameDescription
Public PropertyDisplayNameSee PropertyValueVerifier.DisplayName (Inherited from IdeaBlade.Validation.PropertyValueVerifierAttribute)
Public PropertyErrorMessage Gets or sets the message to be used to describe this verifier. (Inherited from IdeaBlade.Validation.VerifierAttribute)
Public PropertyErrorMessageResourceName Gets or sets the message to be used to describe this verifier. (Inherited from IdeaBlade.Validation.VerifierAttribute)
Public PropertyErrorMessageResourceType Gets or sets the message to be used to describe this verifier. (Inherited from IdeaBlade.Validation.VerifierAttribute)
Public PropertyExecutionModesSee VerifierOptions.ExecutionModes (Inherited from IdeaBlade.Validation.VerifierAttribute)
Public PropertyIncludeMaxEndpointSee RangeVerifier<T>.IncludeMaxEndpoint (Inherited from IdeaBlade.Validation.RangeVerifierAttribute)
Public PropertyIncludeMinEndpointSee RangeVerifier<T>.IncludeMinEndpoint (Inherited from IdeaBlade.Validation.RangeVerifierAttribute)
Public PropertyIsRequiredSee PropertyValueVerifier.IsRequired (Inherited from IdeaBlade.Validation.PropertyValueVerifierAttribute)
Public PropertyMaxValueSee RangeVerifier<T>.MaxValue (Inherited from IdeaBlade.Validation.Int32RangeVerifierAttribute)
Public PropertyMinValueSee RangeVerifier<T>.MinValue (Inherited from IdeaBlade.Validation.Int32RangeVerifierAttribute)
Public PropertyShouldTreatEmptyStringAsNullSee PropertyValueVerifier.ShouldTreatEmptyStringAsNull (Inherited from IdeaBlade.Validation.PropertyValueVerifierAttribute)
Public PropertySortValueSee VerifierArgs.SortValue (Inherited from IdeaBlade.Validation.VerifierAttribute)
Public PropertyTagSee VerifierArgs.Tag (Inherited from IdeaBlade.Validation.VerifierAttribute)
Public PropertyTypeId (Inherited from System.Attribute)
Top

Protected Properties

Public Methods

 NameDescription
Public MethodBuildVerifierBuild 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)
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetIsRequired 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)
Public MethodGetMaxValueSee RangeVerifier<T>.MaxValue (Inherited from IdeaBlade.Validation.RangeVerifierAttribute)
Public MethodGetMinValueSee RangeVerifier<T>.MinValue (Inherited from IdeaBlade.Validation.RangeVerifierAttribute)
Public MethodGetShouldTreatEmptyStringAsNull 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)
Public MethodGetType (Inherited from object)
Public MethodIsDefaultAttribute (Inherited from System.Attribute)
Public MethodMatch (Inherited from System.Attribute)
Public MethodToString (Inherited from object)
Top

Protected Methods

 NameDescription
Protected MethodBuildVerifierCoreOverloaded. Overridden. See RangeVerifierAttribute.BuildVerifierCore<TVerifier,TDataType>  
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.