It is necessary to configure methods and events of inherited and shared components.
For optionally required methods/events, it is possible to use the following commands in the descendant component:
- %set @{InhrSymbol}@{Symbol} Selection always - The generation of the method/event will be enabled without a possibility to enable it by the Processor Expert user. It is necessary, for example, if the descendant needs the method/event.
- %set @{InhrSymbol}@{Symbol} Selection enable - This option can be used to enable the method/event if the descendant doesn't need the method/event.
- %set @{InhrSymbol}@{Symbol} Selection never - The generation of the method/event will be disabled without a possibility to enable it by the Processor Expert user. This command is available for inherited components only.
Description of the symbols:
- {InhrSymbol} is a symbol of the inherited component (interface) property.
- {Symbol} is a name of the method/event.