Autodesk Vault ProfessionalVault API

CommitChangeOrderCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the commit Change Order operation

Syntax

public sealed class CommitChangeOrderCommandEventArgs : WebServiceCommandEventArgs 
Public NotInheritable Class CommitChangeOrderCommandEventArgs
   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
AddAssocPropertiesProperties 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.
AddAttmtMasterIdsAdditional Files to attach with the Change Order. This is set to null if there are no new attachments.
AddCommentsComments to add to the Change Order.
AddFileMasterIdsAdditional Files to be tracked by the Change Order. This is set to null if there are no new associations.
AddItemMasterIdsAdditional Items to associate with the Change Order. This is set to null if there are no new associations.
AddMembersMembers to add to the Routing for this Change Order.
AddPropertiesAdditional Properties to associate with the Change Order. This is set to null if there are no new associations.
ApproveDeadlineThe date and time the Change Order needs to be approved by.
ChangeOrderIdThe Change Order ID.
ChangeOrderNumberThe new Change Order number, or null if the number does not change.
DelAssocPropIdsProperties to delete from the Change Order.
DelAttmtMasterIdsFile attachments to disassociate with the Change Order. This is set to null if no files need to be detached.
DelFileMasterIdsFiles to no longer be tracked by the Change Order. This is set to null if no assocaitions need to be deleted.
DelItemMasterIdsItems to disassociate with the Change Order. This is set to null if no assocaitions need to be deleted.
DelMembersMembers to delete from the Routing for this Change Order.
DelPropDefIdsProperties to disassociate with the Change Order. Set this to null if no assocaitions need to be deleted.
DescriptionThe descrition of the Change Order.
NotifyEmailsEmails to send out upon completion.
RoutingIdThe ID of the Routing that is associated with the Change Order. A value of -1 means keep the same Routing.
TitleThe title of the Change Order.

Returned By

Where you get a CommitChangeOrderCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also