Interface IValidationChildren
Provides access to child objects that have to be validated too
Namespace: FluentMigrator.Validation
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IValidationChildren
Properties
| Edit this page View SourceChildren
Gets the child objects
Declaration
[NotNull]
[ItemCanBeNull]
IEnumerable<object> Children { get; }
Property Value
Type | Description |
---|---|
IEnumerable<object> |