UpdateChangeOrderLifeCycleStateCommandEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the update lifecycle Change Order operation
Syntax
public sealed class UpdateChangeOrderLifeCycleStateCommandEventArgs : WebServiceCommandEventArgs Public NotInheritable Class UpdateChangeOrderLifeCycleStateCommandEventArgs
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 |
|---|---|
| ActivityId | The activity being completed. |
| AddComments | Comments to be added to the change order. |
| ChangeOrderId | The Change Order being updated. |
| NotifyEmails | Emails to send out upon completion. |
| StateEntered | Time when the change order entered its state. |
| StateId | The ID of the state that the Change Order is currently in. |
Returned By
Where you get a UpdateChangeOrderLifeCycleStateCommandEventArgs — members that return one.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceCommandEventArgs
- Autodesk.Connectivity.WebServices.UpdateChangeOrderLifeCycleStateCommandEventArgs