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

IRuleSet.ValidateTarget(IObjectSpace, Object, ContextIdentifiers) Method

Namespace: DevExpress.Persistent.Validation

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

Declaration

RuleSetValidationResult ValidateTarget(
    IObjectSpace targetObjectSpace,
    object target,
    ContextIdentifiers contextIDs
)

Parameters

Name Type
targetObjectSpace IObjectSpace
target Object
contextIDs ContextIdentifiers

Returns

Type
DevExpress.Persistent.Validation.RuleSetValidationResult
See Also