Skip to main content
All docs
V24.1
.NET 6.0+

IRuleSet.ValidateAllTargets(IObjectSpace, IEnumerable) Method

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v24.1.dll

Declaration

RuleSetValidationResult ValidateAllTargets(
    IObjectSpace targetObjectSpace,
    IEnumerable targets
)

Parameters

Name Type
targetObjectSpace IObjectSpace
targets IEnumerable

Returns

Type
DevExpress.Persistent.Validation.RuleSetValidationResult
See Also