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

IRuleSet.ValidateAll(IObjectSpace, IEnumerable, ContextIdentifiers) Method

Namespace: DevExpress.Persistent.Validation

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

Declaration

bool ValidateAll(
    IObjectSpace targetObjectSpace,
    IEnumerable targets,
    ContextIdentifiers contextIDs
)

Parameters

Name Type
targetObjectSpace IObjectSpace
targets IEnumerable
contextIDs ContextIdentifiers

Returns

Type
Boolean
See Also