company logo

CAU_RCT_Types - Reaction types

Enumarators overview

Enumerator details

  1. RCT_undefined - Undefined reaction type
    Code: 0
    to list
  2. RCT_Self - Self reacting object instance

    The instance reacting on an event is the same as the event-generating instance.

    Code: 1
    to list
  3. RCT_Path - Related reacting object instances

    A property path can be defined that refers to one or more related instances that may react on a generated event. The property path may consist of one or more reference or relationship properties.

    Code: 2
    to list
  4. RCT_Up - Reacting in the parent context

    This reaction type allows reacting on an event in the parent context. The parent context for a property context is the structure context for the structure defining the property. The parent context for a structure context is a property context for the collection containing the selected instance.

    Code: 3
    to list
  5. RCT_DataBase - Reacting in database context

    This reaction type allows reacting on an event in the database context.

    Code: 4
    to list
  6. RCT_Global - Reaction of non related instances

    This reaction type allows reacting on events of unrelated objects. In this case the reaction objects must be registered in the application as reacting objects for the event.

    Code: 5
    to list