ConfigurationValidatorAttribute Constructors

Definition

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.

ConfigurationValidatorAttribute()

Source:
ConfigurationValidatorAttribute.cs
Source:
ConfigurationValidatorAttribute.cs
Source:
ConfigurationValidatorAttribute.cs
Source:
ConfigurationValidatorAttribute.cs
Source:
ConfigurationValidatorAttribute.cs
Source:
ConfigurationValidatorAttribute.cs

Initializes a new instance of the ConfigurationValidatorAttribute class.

protected ConfigurationValidatorAttribute();

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

ConfigurationValidatorAttribute(Type)

Source:
ConfigurationValidatorAttribute.cs
Source:
ConfigurationValidatorAttribute.cs
Source:
ConfigurationValidatorAttribute.cs
Source:
ConfigurationValidatorAttribute.cs
Source:
ConfigurationValidatorAttribute.cs
Source:
ConfigurationValidatorAttribute.cs

Initializes a new instance of the ConfigurationValidatorAttribute class using the specified validator type.

public ConfigurationValidatorAttribute(Type validator);

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