[This is preliminary documentation and subject to change.]
The EventMapping table lists the controls that subscribe to some event and lists the attribute to be changed when the event is published.
The EventMapping table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
Dialog_ | Identifier | Y | N |
Control_ | Identifier | Y | N |
Event | Identifier | Y | N |
Attribute | Identifier | N |
External key to column one of the Dialog table.
External key to column two of the Control table.
More than one control on a dialog can be specified as a subscriber to the same event.