Autodesk Vault ProfessionalVault API

AddChangeOrderCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the add Change Order operation

Syntax

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

Properties

NameDescription
GuidThe unique identifier for the event.
ReturnValueThe resulting 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
ApproveDeadlineThe due date that the Change Order has to be approved by.
AssocPropertiesAn 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.
AttachmentIdsFiles to be attached to the Change Order.
ChangeOrderNumberA unique change order number.
CommentsA list of comments for the ChangeOrder.
DescriptionChange Order's description.
FileMasterIdsThe Files to be tracked by the Change Order.
ItemMasterIdsThe Items to be tracked by the Change Order.
NotifyEmailsAn array of emails to send out upon completion.
PropertiesProperties on the ChangeOrder.
RoutingIdThe ID of the Routing.
TitleChange Order's title.

Returned By

Where you get a AddChangeOrderCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also