Autodesk Vault ProfessionalVault API

PersistableIdEntInfo Class

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

Wrapper for the server ACW.Ent object that contains some extra information

Syntax

public class PersistableIdEntInfo 
Public Class PersistableIdEntInfo 

Constructors

NameDescription
PersistableIdEntInfoAn extension of the ACW.Ent class with some extra data indicated if it repesents the master(sliding latest version) of the object

Properties

NameDescription
IsCachableTo be cachable, the Ent Info cannot represent the latest and be populated with a version id

Methods

NameDescription
FromStringConverts from the string representation to an instance of a ServerEntWrapper object
ToStringBuilds a string which can be used as a key in the cache

Returned By

Where you get a PersistableIdEntInfo — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.PersistentId.PersistableIdEntInfo

See Also