Autodesk Vault ProfessionalVault API

ChangeOrder Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A Change Order.

Syntax

public class ChangeOrder 
Public Class ChangeOrder 

Properties

NameDescription
ActivityArrayA list of activities that the current user can perform on the Change Order in its current state.
CreateDateThe date and time the Change Order was created.
CreateUserIdThe ID of the user that created the Change Order.
CreateUserNameThe name of the user that created the Change Order.
DeadlineThe date and time when the Change Order needs to be approved by.
DescrA description of the Change Order
IdThe unique identifier for the object.
LastModDateThe last time the change order was modified.
LockedTells if the Change Order can be modified by the logged in user.
NumThe Change Order number. Numbers are generated based on the Numbering Scheme.
StateColorChange order state color.
StateDispNameThe display name of the state.
StateEnteredThe date and time that the state was set.
StateIdThe state ID.
StateNameThe name of the state.
SubmitDateThe date and time that the Change Order was last submitted. This value is meaningless if SubmitUserId is -1.
SubmitUserIdThe ID of the user who submitted the Change Order. This value will be -1 if the Change Order has not been submitted.
SubmitUserNameThe name of the user who last submitted the Change Order. This value is meaningless if SubmitUserId is -1.
TitleThe title of the Change Order.

Returned By

Where you get a ChangeOrder — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.ChangeOrder

See Also