RuleSet.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 |