March 2020
Intermediate to advanced
534 pages
14h 15m
English
We will first construct an attribute class that will be used to tell the framework which class should be made for the status value; this is done with the following steps:
class ConVMSVehicleServiceStatusAttribute extends SysAttribute implements SysExtensionIAttribute{ ConVMSVehicleServiceStatus serviceStatus; public void new(ConVMSVehicleServiceStatus _serviceStatus) { serviceStatus = _serviceStatus; } public str parmCacheKey() { // This key must be invariant ...Read now
Unlock full access