Autodesk.DataManagement.Client.Framework.Vault › Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities
A Change Order entity.
Syntax C# Visual Basic
public class ChangeOrder : IEntity Public Class ChangeOrder
Implements IEntity Constructors Name Description ChangeOrder Creates a Change Order entity object
Properties Name Description ApprovalDeadline Gets or sets the date and time when the Change Order needs to be approved by. CreatedByUserId Gets the ID of the user that created the Change Order CreatedByUserName Gets the name of the user that created the Change Order CreatedDate Gets the date and time the Change Order was created. Description Gets or sets the description of the Change Order. EntityClass Gets the entity class associated with this Change Order. EntityIterationId Gets the Iteration ID of this Change Order. Since Change Orders are not iteration based, this will always have the same value as the EntityMasterId. EntityMasterId Gets the Master Id of this Change Order. The Master Id uniquely identifies this Change Order object EntityName Gets the descriptive name for this Change Order. The Change Order Number will always be returned for the EntityName. IsCloaked Gets if this Change Order is cloaked. A cloaked object is one that the caller does not have permissions to view. IsLocked Gets if the Change Order is currently locked. LastModDate Gets the last time that the Change Order was modified. LinkInfo Gets 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 Number Gets or sets the Change Order number. Numbers are generated based on the Numbering Scheme. StateDisplayName Gets the display name of the Change Order State. StateEnteredDate Gets the date and time that the change order state was set. StateId Gets the ID of the Change Order State. StateName Gets the name of the Change Order State. SubmitEnteredDate Gets 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. SubmittedByUserId Gets the ID of the user who submitted the Change Order. This value will be -1 if the Change Order has not been submitted. SubmittedByUserName Gets the name of the user who last submitted the Change Order. This value has no meaning if the Change Order has not been submitted. Title Gets or sets the title of the Change Order. VaultConnection Gets the Vault Connection that this ChangeOrder is associated with.
Methods Name Description Clone Creates a clone of this Change Order object. Equals Tests if obj is equal to this Change Order object.
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