IPropertyValidator Interface
This class and its members are reserved for internal use and are not intended to be used in your code. Classes implement this interface to indicate that they can validate project properties.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IPropertyValidator
public interface IPropertyValidator
public interface class IPropertyValidator
type IPropertyValidator = interface end
public interface IPropertyValidator
The IPropertyValidator type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowNullOrEmpty | Indicates whether the derived class allows nulla null reference (Nothing in Visual Basic) or empty as valid property values. |
Top
Methods
Name | Description | |
---|---|---|
Validate | When overridden in a derived class, validates the given value of a property. |
Top