ValidatorParameter<T> Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
The ValidatorParameter<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ValidatorParameter<T>() |
Creates the ValidatorParameter object, which resolves the default ruleset and all sources.
|
|
ValidatorParameter<T>(String) |
Creates the ValidatorParameter object which resolves using the given ruleSet and all sources.
|
|
ValidatorParameter<T>(ValidationSpecificationSource) |
Creates the ValidatorParameter object which resolves using the default rule set and the given validationSource.
|
|
ValidatorParameter<T>(String, ValidationSpecificationSource) |
Resolve a validator with the given ruleset and validation source.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetResolverPolicy |
Return a IDependencyResolverPolicy instance that will return this types value for the parameter.
(Inherited from ValidatorParameter.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MatchesType |
Test to see if this parameter value has a matching type for the given type.
(Inherited from ValidatorParameter.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ParameterTypeName |
Name for the type represented by this InjectionParameterValue. This may be an actual type name or a generic argument name.
(Inherited from ValidatorParameter.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Validation.Configuration.Unity Namespace