Skip to main content
All docs
V25.2
  • RuleSet.ValidateTarget(IObjectSpace, Object, ReadOnlyCollection<IRule>, ContextIdentifiers) Method

    Namespace: DevExpress.Persistent.Validation

    Assembly: DevExpress.Persistent.Base.v25.2.dll

    NuGet Package: DevExpress.Persistent.Base

    Declaration

    public RuleSetValidationResult ValidateTarget(
        IObjectSpace targetObjectSpace,
        object target,
        ReadOnlyCollection<IRule> rulesList,
        ContextIdentifiers contextIDs
    )

    Parameters

    Name Type
    targetObjectSpace IObjectSpace
    target Object
    rulesList ReadOnlyCollection<IRule>
    contextIDs ContextIdentifiers

    Returns

    Type
    DevExpress.Persistent.Validation.RuleSetValidationResult
    See Also