Autodesk Vault ProfessionalVault API

EditChangeOrderCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the edit Change Order operation

Syntax

public sealed class EditChangeOrderCommandEventArgs : WebServiceCommandEventArgs 
Public NotInheritable Class EditChangeOrderCommandEventArgs
   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
ChangeOrderIdThe Change Order being edited.

Returned By

Where you get a EditChangeOrderCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also