Autodesk Vault ProfessionalVault API

EntityStatus Class

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

Represents the status of a local file relative to its related vault file.

Syntax

public class EntityStatus 
Public Class EntityStatus 

Constructors

NameDescription
EntityStatus

Properties

NameDescription
CheckoutStateGets or sets the Checkout State which provides information detailing if the entity is checked out, and to whom
ConsumableStateGets or sets a state which describes if the entity on disk is the latest consumable entity
ErrorStateGets or sets a state which describes reasons why the EntityStatus could not be computed.
LocalEditsStateGets or sets a state which describes if the entity on disk is has untracked edits.
LockStateGets or sets a state which describes whether or not the entity is locked.
RevisionStateGets or sets a state which describes how the Revision of the entity on disk relates to the latest Revision of the entity in the vault
VersionStateGets or sets a state which describes how the version of the entity on disk relates to the version of the entity in the vault

Returned By

Where you get a EntityStatus — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.EntityStatus

See Also