ConfigurationValidatorAttribute Constructors
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of a validator attribute type.
Overloads
ConfigurationValidatorAttribute() |
Initializes a new instance of the ConfigurationValidatorAttribute class. |
ConfigurationValidatorAttribute(Type) |
Initializes a new instance of the ConfigurationValidatorAttribute class using the specified validator type. |
Initializes a new instance of the ConfigurationValidatorAttribute class.
protected:
ConfigurationValidatorAttribute();
protected ConfigurationValidatorAttribute();
Protected Sub New ()
Remarks
You use this constructor in the attributed model to ensure that the value assigned to the related property is an integer.
Applies to
.NET 10 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Initializes a new instance of the ConfigurationValidatorAttribute class using the specified validator type.
public:
ConfigurationValidatorAttribute(Type ^ validator);
public ConfigurationValidatorAttribute(Type validator);
new System.Configuration.ConfigurationValidatorAttribute : Type -> System.Configuration.ConfigurationValidatorAttribute
Public Sub New (validator As Type)
Parameters
- validator
- Type
The validator type to use when creating an instance of ConfigurationValidatorAttribute.
Exceptions
validator
is null
.
validator
is not derived from ConfigurationValidatorBase.
Remarks
This constructor determines whether a validator instance can be created from an instance of the specified validator
type.
See also
Applies to
.NET 10 (package-provided) and other versions
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: