March 2020
Intermediate to advanced
534 pages
14h 15m
English
The first part of this is to create the data contract, which is done by following these steps:
[DataContract]class ConVMSVehicleGroupChangeContract extends SysOperationDataContractBase implements SysOperationValidatable{ ConVMSVehicleId vehicleId; ConVMSVehicleGroupId vehicleGroupId;}
[DataMember]public ConVMSVehicleId vehicleId(ConVMSVehicleId _vehicleId = vehicleId){ vehicleId = _vehicleId; return vehicleId;}[DataMember]public ConVMSVehicleGroupId vehicleGroupId( ConVMSVehicleGroupId _vehicleGroupId = vehicleGroupId){ vehicleGroupId = _vehicleGroupId; return vehicleGroupId;}
Read now
Unlock full access