Interface ICanBeValidated
Interface definition for validation
Namespace: FluentMigrator.Infrastructure
Assembly: FluentMigrator.Abstractions.dll
Syntax
[Obsolete("Check for IValidatableObject and use it")]
public interface ICanBeValidated
Methods
| Edit this page View SourceCollectValidationErrors(ICollection<string>)
Collect validation errors
Declaration
[Obsolete("Check for IValidatableObject and use it")]
void CollectValidationErrors(ICollection<string> errors)
Parameters
Type | Name | Description |
---|---|---|
ICollection<string> | errors | The collection of error messages |