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

IRuleSet.Validate(IObjectSpace, Object, ContextIdentifiers, ValidationFailedDelegate) Method

Namespace: DevExpress.Persistent.Validation

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

Declaration

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

Parameters

Name Type
targetObjectSpace IObjectSpace
target Object
contextIDs ContextIdentifiers
validationFailedDelegate DevExpress.Persistent.Validation.ValidationFailedDelegate
See Also