Autodesk Vault ProfessionalVault API

ChangeOrder Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Entities

A Change Order entity.

Syntax

public class ChangeOrder : IEntity  
Public Class ChangeOrder
   Implements IEntity 

Constructors

NameDescription
ChangeOrderCreates a Change Order entity object

Properties

NameDescription
ApprovalDeadlineGets or sets the date and time when the Change Order needs to be approved by.
CreatedByUserIdGets the ID of the user that created the Change Order
CreatedByUserNameGets the name of the user that created the Change Order
CreatedDateGets the date and time the Change Order was created.
DescriptionGets or sets the description of the Change Order.
EntityClassGets the entity class associated with this Change Order.
EntityIterationIdGets the Iteration ID of this Change Order. Since Change Orders are not iteration based, this will always have the same value as the EntityMasterId.
EntityMasterIdGets the Master Id of this Change Order. The Master Id uniquely identifies this Change Order object
EntityNameGets the descriptive name for this Change Order. The Change Order Number will always be returned for the EntityName.
IsCloakedGets if this Change Order is cloaked. A cloaked object is one that the caller does not have permissions to view.
IsLockedGets if the Change Order is currently locked.
LastModDateGets the last time that the Change Order was modified.
LinkInfoGets if this is a Link to a Change Order. If the value is not null, then LinkInfo provides information about the Link to this Change Order
NumberGets or sets the Change Order number. Numbers are generated based on the Numbering Scheme.
StateDisplayNameGets the display name of the Change Order State.
StateEnteredDateGets the date and time that the change order state was set.
StateIdGets the ID of the Change Order State.
StateNameGets the name of the Change Order State.
SubmitEnteredDateGets the date and time that the Change Order was last submitted. This value has no meaning if the Change Order has not been submitted and the SubmittedByUserID is -1.
SubmittedByUserIdGets the ID of the user who submitted the Change Order. This value will be -1 if the Change Order has not been submitted.
SubmittedByUserNameGets the name of the user who last submitted the Change Order. This value has no meaning if the Change Order has not been submitted.
TitleGets or sets the title of the Change Order.
VaultConnectionGets the Vault Connection that this ChangeOrder is associated with.

Methods

NameDescription
CloneCreates a clone of this Change Order object.
EqualsTests if obj is equal to this Change Order object.

Operators

NameDescription
Implicit Type ConversionCasts this ChangeOrder object to a Web Services Change Order.

Returned By

Where you get a ChangeOrder — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.ChangeOrder

See Also