Share via


ValidatablePropertyInfo(Type, Type, String, String) Constructor

Definition

Creates a new instance of ValidatablePropertyInfo.

protected:
 ValidatablePropertyInfo(Type ^ declaringType, Type ^ propertyType, System::String ^ name, System::String ^ displayName);
protected ValidatablePropertyInfo(Type declaringType, Type propertyType, string name, string displayName);
new Microsoft.Extensions.Validation.ValidatablePropertyInfo : Type * Type * string * string -> Microsoft.Extensions.Validation.ValidatablePropertyInfo
Protected Sub New (declaringType As Type, propertyType As Type, name As String, displayName As String)

Parameters

declaringType
Type
propertyType
Type
name
String
displayName
String

Applies to