Autodesk Vault ProfessionalVault API

UpdateChangeOrderLifeCycleStateCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the update lifecycle Change Order operation

Syntax

public sealed class UpdateChangeOrderLifeCycleStateCommandEventArgs : WebServiceCommandEventArgs 
Public NotInheritable Class UpdateChangeOrderLifeCycleStateCommandEventArgs
   Inherits WebServiceCommandEventArgs

Properties

NameDescription
GuidThe unique identifier for the event.
ReturnValueThe updated Change Order.
StatusThe status of the command. Used in the Post event to see of the command was successful.

Methods

NameDescription
AddRestrictionAdds a restriction, which blocks the command. This function should only be called during the GetRestrictions event.

Fields

NameDescription
ActivityIdThe activity being completed.
AddCommentsComments to be added to the change order.
ChangeOrderIdThe Change Order being updated.
NotifyEmailsEmails to send out upon completion.
StateEnteredTime when the change order entered its state.
StateIdThe ID of the state that the Change Order is currently in.

Returned By

Where you get a UpdateChangeOrderLifeCycleStateCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also