IModelValidator Interface
Definition
public interface IModelValidator
type IModelValidator = interface
Public Interface IModelValidator
- Derived
Methods
Validate(IModel) |
Validates a model, throwing an exception if any errors are found. |
Validate(IModel, IDiagnosticsLogger<DbLoggerCategory.Model>) |
Validates a model, throwing an exception if any errors are found. |