ValidatablePropertyInfo(Type, Type, String, String) Constructor
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.
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