May 2017
Intermediate to advanced
442 pages
11h 55m
English
The first part of this is to create the data contract, which is done by following these steps:
[DataContract] class ConWHSVehicleGroupChangeContract extends SysOperationDataContractBase { ConWHSVehicleId vehicleId; ConWHSVehicleGroupId vehicleGroupId; }
[DataMember] public ConWHSVehicleId vehicleID(ConWHSVehicleId _vehicleId = vehicleID) { vehicleID = _vehicleID; return vehicleID; } [DataMember] public ConWHSVehicleGroupId vehicleGroupId( ConWHSVehicleGroupId _vehicleGroupId = vehicleGroupId) { vehicleGroupId = _vehicleGroupId; return vehicleGroupId; }
Read now
Unlock full access