Main Page | Modules | Files | Functions | Code Elements | Data Structures | Deprecated

VALIDATIONRULE_event_s Struct Reference
[Validation Rule]

#include <validationrule.h>


Detailed Description

Validation event structure defines a list of events that the rule is applicable. The events list is exclusive when exclusive attribute is set to true 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 261 of file validationrule.h.

Data Fields


Field Documentation

Attribute class clause. For example: ITEMREVISION:owning_group

Definition at line 262 of file validationrule.h.

The application which rule apply to>

Definition at line 263 of file validationrule.h.

The condition which rule apply to>

Definition at line 264 of file validationrule.h.

TRUE: value list is exclusive. FALSE: value list is inclusive (default) When exclude == TRUE, no wildcard allowed in value list

Definition at line 265 of file validationrule.h.

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 267 of file validationrule.h.

The number of event values >

Definition at line 270 of file validationrule.h.


The documentation for this struct was generated from the following file: