CommitChangeOrderCommandEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the commit Change Order operation
Syntax
public sealed class CommitChangeOrderCommandEventArgs : WebServiceCommandEventArgs Public NotInheritable Class CommitChangeOrderCommandEventArgs
Inherits WebServiceCommandEventArgsProperties
| Name | Description |
|---|---|
| Guid | The unique identifier for the event. |
| ReturnValue | The updated 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 |
|---|---|
| AddAssocProperties | Properties to add to the link between the Change Order and another entity. The 'From ID' is the Change Order ID and the 'To ID' is the ID of the linked Entity. |
| AddAttmtMasterIds | Additional Files to attach with the Change Order. This is set to null if there are no new attachments. |
| AddComments | Comments to add to the Change Order. |
| AddFileMasterIds | Additional Files to be tracked by the Change Order. This is set to null if there are no new associations. |
| AddItemMasterIds | Additional Items to associate with the Change Order. This is set to null if there are no new associations. |
| AddMembers | Members to add to the Routing for this Change Order. |
| AddProperties | Additional Properties to associate with the Change Order. This is set to null if there are no new associations. |
| ApproveDeadline | The date and time the Change Order needs to be approved by. |
| ChangeOrderId | The Change Order ID. |
| ChangeOrderNumber | The new Change Order number, or null if the number does not change. |
| DelAssocPropIds | Properties to delete from the Change Order. |
| DelAttmtMasterIds | File attachments to disassociate with the Change Order. This is set to null if no files need to be detached. |
| DelFileMasterIds | Files to no longer be tracked by the Change Order. This is set to null if no assocaitions need to be deleted. |
| DelItemMasterIds | Items to disassociate with the Change Order. This is set to null if no assocaitions need to be deleted. |
| DelMembers | Members to delete from the Routing for this Change Order. |
| DelPropDefIds | Properties to disassociate with the Change Order. Set this to null if no assocaitions need to be deleted. |
| Description | The descrition of the Change Order. |
| NotifyEmails | Emails to send out upon completion. |
| RoutingId | The ID of the Routing that is associated with the Change Order. A value of -1 means keep the same Routing. |
| Title | The title of the Change Order. |
Returned By
Where you get a CommitChangeOrderCommandEventArgs — members that return one.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceCommandEventArgs
- Autodesk.Connectivity.WebServices.CommitChangeOrderCommandEventArgs