Skip to main content
All docs
V24.1
.NET Framework 4.5.2+

IRuleSet.ValidateTarget Method

Name Parameters Description
ValidateTarget(IObjectSpace, Object, ContextIdentifiers) targetObjectSpace, target, contextIDs Silently validates an object (without raising the RuleSet.ValidationCompleted event and throwing the ValidationException) and returns a result.
ValidateTarget(IObjectSpace, Object, ReadOnlyCollection<IRule>, ContextIdentifiers) targetObjectSpace, target, rulesList, contextIDs Silently validates an object (without raising the RuleSet.ValidationCompleted event and throwing the ValidationException) and returns a result.