ValueAccessValidatorBuilder Members

Include Protected Members
Include Inherited Members

The ValueAccessValidatorBuilder type exposes the following members.

Constructors

  Name Description
Public method ValueAccessValidatorBuilder
Initializes a new instance of the ValueAccessValidatorBuilder class

Methods

  Name Description
Public method AddValueValidator
Adds a value validator to the composite validator.
(Inherited from CompositeValidatorBuilder.)
Protected method DoGetValidator
(Overrides CompositeValidatorBuilder.DoGetValidator().)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetValidator
Returns the validator created by the builder.
(Inherited from CompositeValidatorBuilder.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property BuiltValidator
This member supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
(Inherited from CompositeValidatorBuilder.)
Public property CompositionType
This member supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
(Inherited from CompositeValidatorBuilder.)
Public property IgnoreNulls
This member supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
(Inherited from CompositeValidatorBuilder.)
Public property ValueAccess
Public property ValueValidators
This member supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
(Inherited from CompositeValidatorBuilder.)

See Also

ValueAccessValidatorBuilder Class

Microsoft.Practices.EnterpriseLibrary.Validation Namespace