Functions | |
| string | getMessageSource () const |
| Gets the value of MessageSourceProperty. More... | |
| string | getMessageType () const |
| Gets the value of MessageTypeProperty. More... | |
| MessageRouting | getRoutingMode () const |
| Gets the value of RoutingModeProperty. More... | |
| bool | isSetHandled () const |
| Gets the value of SetHandledProperty. More... | |
| void | setMessageSource (string value) |
| Sets the value of MessageSourceProperty. More... | |
| void | setMessageType (string value) |
| Sets the value of MessageTypeProperty. More... | |
| void | setRoutingMode (MessageRouting value) |
| Sets the value of RoutingModeProperty. More... | |
| void | setSetHandled (bool value) |
| Sets the value of SetHandledProperty. More... | |
Variables | |
| static PropertyType< string > | MessageSourceProperty |
| MessageSource property. More... | |
| static PropertyType< string > | MessageTypeProperty |
| MessageType property. More... | |
| static PropertyType< MessageRouting > | RoutingModeProperty |
| RoutingMode property. More... | |
| static PropertyType< bool > | SetHandledProperty |
| SetHandled property. More... | |
| string getMessageType | ( | ) | const |
Gets the value of MessageTypeProperty.
| void setMessageType | ( | string | value | ) |
Sets the value of MessageTypeProperty.
| bool isSetHandled | ( | ) | const |
Gets the value of SetHandledProperty.
| void setSetHandled | ( | bool | value | ) |
Sets the value of SetHandledProperty.
| MessageRouting getRoutingMode | ( | ) | const |
Gets the value of RoutingModeProperty.
| void setRoutingMode | ( | MessageRouting | value | ) |
Sets the value of RoutingModeProperty.
| string getMessageSource | ( | ) | const |
Gets the value of MessageSourceProperty.
| void setMessageSource | ( | string | value | ) |
Sets the value of MessageSourceProperty.
|
static |
|
static |
|
static |
RoutingMode property.
The default value is MessageRoutingBubbling.
|
static |