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

IRuleSet.ValidateAllTargets(IObjectSpace, IEnumerable, ContextIdentifiers) Method

Namespace: DevExpress.Persistent.Validation

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

Declaration

RuleSetValidationResult ValidateAllTargets(
    IObjectSpace targetObjectSpace,
    IEnumerable targets,
    ContextIdentifiers contextIDs
)

Parameters

Name Type
targetObjectSpace IObjectSpace
targets IEnumerable
contextIDs ContextIdentifiers

Returns

Type
DevExpress.Persistent.Validation.RuleSetValidationResult
See Also