Back to Devexpress

IRuleSet.ValidateTarget Method

expressappframework-devexpress-dot-persistent-dot-validation-dot-iruleset-dot-validatetarget.md

latest1.3 KB
Original Source

IRuleSet.ValidateTarget Method

NameParametersDescription
ValidateTarget(IObjectSpace, Object, ContextIdentifiers)targetObjectSpace, target, contextIDsSilently 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, contextIDsSilently validates an object (without raising the RuleSet.ValidationCompleted event and throwing the ValidationException) and returns a result.