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

IRuleSet.Validate(IObjectSpace, Object, ContextIdentifiers) Method

Namespace: DevExpress.Persistent.Validation

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

Declaration

void Validate(
    IObjectSpace targetObjectSpace,
    object target,
    ContextIdentifiers contextIDs
)

Parameters

Name Type
targetObjectSpace IObjectSpace
target Object
contextIDs ContextIdentifiers
See Also