Overload | Description |
---|---|
Validate(Selection) | Indicates whether the row(s) in selection is violating any rules. This method must be called on the MCT. Use QueuedTask.Run. |
Validate(QueryFilter) | Indicates whether the row(s) in filter is violating any rules. This method must be called on the MCT. Use QueuedTask.Run. |
Validate(IEnumerable<Row>) | Indicates whether the row(s) in rows is violating any rules. This method must be called on the MCT. Use QueuedTask.Run. |