Skip to content

ValidateParentBehavior constructor

Validation behavior for rows that have a parent record via IParentIdRow interface.

public ValidateParentBehavior(IRowTypeRegistry rowTypeRegistry, ITextLocalizer localizer)
parameter description
rowTypeRegistry Row type registry
localizer Text localizer

Exceptions

exception condition
ArgumentNullException rowTypeRegistry or localizer is null.

Remarks

Initializes a new instance of the class.

See Also