AddChangeOrderCommandEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the add Change Order operation
Syntax
public sealed class AddChangeOrderCommandEventArgs : WebServiceCommandEventArgs Public NotInheritable Class AddChangeOrderCommandEventArgs
Inherits WebServiceCommandEventArgsProperties
| Name | Description |
|---|---|
| Guid | The unique identifier for the event. |
| ReturnValue | The resulting Change Order. |
| Status | The status of the command. Used in the Post event to see of the command was successful. |
Methods
| Name | Description |
|---|---|
| AddRestriction | Adds a restriction, which blocks the command. This function should only be called during the GetRestrictions event. |
Fields
| Name | Description |
|---|---|
| ApproveDeadline | The due date that the Change Order has to be approved by. |
| AssocProperties | An array of properties on the link between the ChangeOrder and linked entitity. The 'From ID' is the Change Order ID and the 'To ID' is the linked entity ID. |
| AttachmentIds | Files to be attached to the Change Order. |
| ChangeOrderNumber | A unique change order number. |
| Comments | A list of comments for the ChangeOrder. |
| Description | Change Order's description. |
| FileMasterIds | The Files to be tracked by the Change Order. |
| ItemMasterIds | The Items to be tracked by the Change Order. |
| NotifyEmails | An array of emails to send out upon completion. |
| Properties | Properties on the ChangeOrder. |
| RoutingId | The ID of the Routing. |
| Title | Change Order's title. |
Returned By
Where you get a AddChangeOrderCommandEventArgs — members that return one.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceCommandEventArgs
- Autodesk.Connectivity.WebServices.AddChangeOrderCommandEventArgs