TargetUpdateUoMSchedule Class
Specifies the parameters needed to update a unit of measure schedule (unit group).
The TargetUpdateUoMSchedule class inherits from TargetUpdate. It exposes the following members.
Constructor | Description |
TargetUpdateUoMSchedule | Initializes a new instance of the TargetUpdateUoMSchedule class. |
Field | Description |
UoMSchedule | Specifies the uomschedule entity. |
Remarks
Pass an instance of this class as the target parameter in the UpdateRequest class. To perform this action, the caller must have prvWriteProduct privilege and access rights on the entity instance specified in the request class.
See Also