fsreqWorkPackage_Update Class |
Updates a work package.
Namespace: FabSuiteRequestApi
Assembly: FabSuiteRequestApi (in FabSuiteRequestApi.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-request-v0108.xsd")] public class fsreqWorkPackage_Update : fsreqCommand
The fsreqWorkPackage_Update type exposes the following members.
| Name | Description | |
|---|---|---|
| fsreqWorkPackage_Update | Initializes a new instance of the fsreqWorkPackage_Update class |
| Name | Description | |
|---|---|---|
| APILog |
Indicates if this command should be logged to the database.
The command must be of a type that supports logging to the database in order to take effect.
Currently the commands supporting this option are:
TFSCut
(Inherited from fsreqCommand.) | |
| CommandGUID |
A GUID identifying this particular XML command.
If a command fails due to a communication failure the client has no way of knowing
if it has been processed.
Each command that makes changes (as opposed to just retrieving data) will check the
CommandGUID against the GUIDs that have already been processed. If the GUID has
already been processed then it will not be re-processed and instead return with an
error. This allows the client to saftely re-try a failed command without risking
unintended changes.
(Inherited from fsreqCommand.) | |
| CompletedManual |
True if work package has been manually completed
| |
| Description |
new Description of work package
| |
| DueDate |
new Due date of work package
| |
| Group1 |
new Group1 of work package
| |
| Group2 |
new Group2 of work package
| |
| Notes |
new Notes for work package
| |
| OnHold |
True if work package is on hold
| |
| OnHoldNotes |
new Notes about the hold for the work package
| |
| Priority |
new Priority of work package
| |
| ReleasedToFab |
True if work package has been release for fabrication
| |
| StartDate |
new Start date of work package
| |
| Status |
new Status of work package
| |
| WorkPackageID |
Work Package ID to update
| |
| WorkPackageNumber |
new Name of work package
| |
| WorkshopID |
new Workshop ID of ork package
|