Skip to main content
All docs
V25.1
  • .NET 8.0+

    RuleSet.ValidateTarget(IObjectSpace, Object, ReadOnlyCollection<IRule>, ContextIdentifiers) Method

    Namespace: DevExpress.Persistent.Validation

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

    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