|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <validationrule.h>
Data Fields | |
| char * | class_clause |
| logical | exclude |
| int | num_values |
| char ** | values |
Validation event structure defines a list of events that the rule is applicable. The events list is exclusive when exclusive attribute is set to �yes?in the rule file. The �class_clause?defines what attribute value of the target revision object should be tested against the events list.
Definition at line 162 of file validationrule.h.
| char* validation_events_s::class_clause |
Attribute class clause. For example: ITEMREVISION:owning_group
Definition at line 163 of file validationrule.h.
| logical validation_events_s::exclude |
TRUE: value list is exclusive. FALSE: value list is inclusive (default)
When exclude == TRUE, no wildcard allowed in value list
Definition at line 168 of file validationrule.h.
| int validation_events_s::num_values |
Definition at line 167 of file validationrule.h.
| char** validation_events_s::values |
List of event values (or attribute values if attribute class
clause defined). "*" is translated as wildcard. Special characters such as "^" or "$" are not allowed.
Definition at line 164 of file validationrule.h.