To create the number sequence definition class, follow these steps:
- First, we will need to add an element to the NumberSeqModule base enum; so, locate this enum, right-click on it, and choose Create extension.
- Rename the new base enum extension to NumberSeqModule.ConWHS.
- Open it in the designer and add a new element. Set the Name property to ConWHSVehicleManagement and the Label property to Vehicle management.
- Save and close the designer, and create a new class name: ConWHSNumberSeqModule.
- Change the declaration so that it extends NumberSeqApplicationModule and overrides the following methods so that they read as follows:
public NumberSeqModule numberSeqModule() { return NumberSeqModule::ConWHSVehicleManagement; } /// ...